Skip to content

Commit 7dfb032

Browse files
committed
Use the correct URL...
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f758c64 commit 7dfb032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload-to-github.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ die "Usage: $0 <tag-name> <path>..."
1111
tagname="$1"
1212
shift
1313

14-
url=https://api.github.com/repos/msysgit/msysgit/releases
14+
url=https://api.github.com/repos/git-for-windows/build-extra/releases
1515
id="$(curl --netrc -s $url |
1616
grep -B1 "\"tag_name\": \"$tagname\"" |
1717
sed -n 's/.*"id": *\([0-9]*\).*/\1/p')"

0 commit comments

Comments
 (0)