summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.expeditor/promote-docker-images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/promote-docker-images.sh b/.expeditor/promote-docker-images.sh
index 857fb3012f..1bc8ed4a1c 100755
--- a/.expeditor/promote-docker-images.sh
+++ b/.expeditor/promote-docker-images.sh
@@ -42,7 +42,7 @@ latest_major_version_in_omnibus_stable="$(mixlib-install download chef --version
if [[ "$channel" == "current" ]]; then
# Add major and major.minor version tags unless this major version has been promoted to the omnibus STABLE channel
- if [[ "$major_version_is_in_omnibus_stable" = "false" ]] ; then
+ if [[ "$major_version_is_in_omnibus_stable" == "false" ]] ; then
create_and_push_manifest "$major_version"
create_and_push_manifest "${major_version}.${minor_version}"
fi