Skip to content

Commit e51153e

Browse files
committed
syntax
1 parent e22dcd0 commit e51153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/bootstrap-mongo-orchestration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HERE=$(dirname ${BASH_SOURCE:-$0})
66
HERE="$( cd -- "$HERE" > /dev/null 2>&1 && pwd )"
77
ROOT=$(dirname "$(dirname $HERE)")
88

9-
if [ "Windows_NT" = "${OS:-}" ];
9+
if [ "Windows_NT" = "${OS:-}" ]; then
1010
ROOT=$(cygpath -m $ROOT)
1111
fi
1212

0 commit comments

Comments
 (0)