Skip to content

Commit 41ea82f

Browse files
gmishkinstennie
authored andcommitted
need troubleshooting on the _other_ curl command
1 parent 5253d9a commit 41ea82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ get_all_tools_versions() {
437437
local rc_regex="(-rc[0-9]+)?"
438438
fi
439439

440-
tools_versions=`curl -s \
440+
tools_versions=`curl -sSf \
441441
-H "Accept: application/vnd.github.v3+json" \
442442
https://api.github.com/repos/mongodb/mongo-tools/git/refs/tags \
443443
| sed -nE "s/^.*\"ref\"\: \"refs\/tags\/r?([[:digit:]]{2,3}\.[[:digit:]]+\.[[:digit:]]+)\",$/\1/p" \

0 commit comments

Comments
 (0)