diff options
Diffstat (limited to 'ci/verify-chef.sh')
-rwxr-xr-x | ci/verify-chef.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/verify-chef.sh b/ci/verify-chef.sh index 7d7ce08608..f0d174084a 100755 --- a/ci/verify-chef.sh +++ b/ci/verify-chef.sh @@ -87,7 +87,7 @@ if [ ! -f "Gemfile.lock" ]; then fi unset CHEF_FIPS -if [ $PIPELINE_NAME="chef-fips" ]; then +if [ "$PIPELINE_NAME" = "chef-fips" ]; then echo "Setting fips mode" CHEF_FIPS=1 export CHEF_FIPS |