We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ae98e commit 4acaf63Copy full SHA for 4acaf63
1 file changed
.evergreen/config.yml
@@ -305,7 +305,7 @@ functions:
305
curl -L -O http://boxes.10gen.com/build/curator/curator-dist-rhel70-$CURATOR_RELEASE.tar.gz
306
tar -zxvf curator-dist-rhel70-$CURATOR_RELEASE.tar.gz
307
./curator version
308
- if "${project}" = 'libmongocrypt-release'; then
+ if [ "${project}" = 'libmongocrypt-release' ]; then
309
package_url_prefix="https://downloads.mongodb.org"
310
else
311
package_url_prefix="https://mciuploads.s3.amazonaws.com"
0 commit comments