Skip to content

Commit aaa77b0

Browse files
committed
bash syntax
1 parent 19ab06d commit aaa77b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
77
[ -x node_modules/mongodb-crypt-library-version ] || ((cd ../.. && npm ci) && cp -r ../../node_modules node_modules)
88
99
# we don't have credentials for registry.suse.com and docker now requires them due to our config
10-
if [[ "$1" == suse* ]]
10+
if [[ "$1" == suse* ]]; then
1111
unset DOCKER_CONFIG
1212
fi
1313

0 commit comments

Comments
 (0)