summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/verify-chef.sh2
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