diff --git a/scripts/admin/copy-windows-installer-from-jenkins.sh b/scripts/admin/copy-windows-installer-from-jenkins.sh index 9c350df9a68..db3d63415bc 100755 --- a/scripts/admin/copy-windows-installer-from-jenkins.sh +++ b/scripts/admin/copy-windows-installer-from-jenkins.sh @@ -30,7 +30,7 @@ fi echo Found build "$DIRNAME" # aws s3 ls returns 0 when it lists nothing -if [[ $(aws s3 ls "s3://com.meteor.jenkins/$DIRNAME/InstallMeteor.exe" | wc -l) == 0 ]] then +if [[ $(aws s3 ls "s3://com.meteor.jenkins/$DIRNAME/InstallMeteor.exe" | wc -l) == 0 ]]; then echo "InstallMeteor.exe wasn't found in $DIRNAME, did Jenkins job fail?" exit 1 fi