Skip to content

Commit 525f5c9

Browse files
committed
typo
1 parent 9d40860 commit 525f5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ functions:
678678
679679
if [[ "$IS_WINDOWS" == "true" ]]; then
680680
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_setup --tests time-to-first-query
681-
if [[ "$HADRON_DISTRIBUTION" == "compass-isolated"]]; then
681+
if [[ "$HADRON_DISTRIBUTION" == "compass-isolated" ]]; then
682682
# auto-update is not supported on isolated
683683
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_zip --tests time-to-first-query
684684
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_msi --tests time-to-first-query

0 commit comments

Comments
 (0)