Skip to content

Commit c16a1b0

Browse files
committed
the folder, not the file
1 parent 0a7a842 commit c16a1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [ "$OS" == "Windows_NT" ]; then
7575
export npm_config_logs_dir="$(cygpath -w "$npm_config_logs_dir")"
7676
fi
7777

78-
export DOCKER_CONFIG="$BASEDIR/docker-config/config.json"
78+
export DOCKER_CONFIG="$BASEDIR/docker-config"
7979
export PATH="$BASEDIR/docker-config/bin:$PATH"
8080

8181
echo "Running on:"

0 commit comments

Comments
 (0)