Skip to content

Commit 16a4d5d

Browse files
fixed download-msi.sh path (#664)
1 parent 053192f commit 16a4d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ tasks:
10111011
type: test
10121012
params:
10131013
working_dir: src/github.com/mongodb/mongocli/dist
1014-
command: bash -c build/package/download-msi.sh
1014+
command: bash -c ../build/package/download-msi.sh
10151015
- func: "package"
10161016
- func: "rename pkg"
10171017
- command: archive.targz_pack

0 commit comments

Comments
 (0)