Skip to content

Commit 4acaf63

Browse files
committed
fix comparison
1 parent f6ae98e commit 4acaf63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ functions:
305305
curl -L -O http://boxes.10gen.com/build/curator/curator-dist-rhel70-$CURATOR_RELEASE.tar.gz
306306
tar -zxvf curator-dist-rhel70-$CURATOR_RELEASE.tar.gz
307307
./curator version
308-
if "${project}" = 'libmongocrypt-release'; then
308+
if [ "${project}" = 'libmongocrypt-release' ]; then
309309
package_url_prefix="https://downloads.mongodb.org"
310310
else
311311
package_url_prefix="https://mciuploads.s3.amazonaws.com"

0 commit comments

Comments
 (0)