We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c463d commit 5b9528aCopy full SHA for 5b9528a
.evergreen/install-dependencies.sh
@@ -76,7 +76,7 @@ set -o xtrace
76
77
set +o errexit
78
curl "${CURL_FLAGS[@]}" "${node_download_url}" --output "$node_archive_path"
79
-if [[ $? -ne 92 ]]; then exit 1; fi
+if [[ $? -eq 92 ]]; then exit 1; fi
80
set -o errexit
81
82
if [[ "$file_extension" = "zip" ]]; then
0 commit comments