Skip to content

Commit 2ac7d5c

Browse files
authored
CLOUDP-133279: Fix msi generation (#1420)
1 parent 398e57e commit 2ac7d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/generate-msi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ CHOCOLATEY_PACKAGE_PATH="build/package/chocolatey/temp/atlascli.${VERSION}.nupkg
5656
if [[ "${TOOL_NAME:?}" == atlascli ]]; then
5757
go run ./tools/chocolateypkg/main.go --version "${VERSION}" --file "dist/${PACKAGE_NAME}" --url https://fastdl.mongodb.org/mongocli/"${PACKAGE_NAME}"
5858
if [[ "${RELEASING:?}" == true ]]; then
59-
go run ./tools/chocolateyupdate/main.go ---path "${CHOCOLATEY_PACKAGE_PATH}"
59+
go run ./tools/chocolateyupdate/main.go --path "${CHOCOLATEY_PACKAGE_PATH}"
6060
fi
6161
fi

0 commit comments

Comments
 (0)