Skip to content

Commit b25fc0b

Browse files
committed
fix 'make check-tag' script
1 parent f510d62 commit b25fc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ensure-unique-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repo="mdb/gh-dispatch"
66
result="$(curl \
77
--header "Accept: application/vnd.github.v3+json" \
88
--write "%{http_code}" \
9-
--out "/dev/null" \
9+
--output "/dev/null" \
1010
"https://api.github.com/repos/${repo}/releases/tags/${version}")"
1111

1212
if [ "${result}" = "404" ]; then

0 commit comments

Comments
 (0)