Skip to content

Commit 703cd2d

Browse files
committed
script/release: update to present repository location
1 parent 18b8181 commit 703cd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ echo "$payload" > $tmpl
9999

100100
${EDITOR:-vim} $tmpl
101101

102-
curl -n -X POST -d @$tmpl -o $out https://api.github.com/repos/github/lfs-test-server/releases
102+
curl -n -X POST -d @$tmpl -o $out https://api.github.com/repos/git-lfs/lfs-test-server/releases
103103
id=$(cat $out | jq -r ".id")
104104

105105
if [[ $id == "null" ]]; then echo "Failed creating release."; cat $out; exit 1; fi

0 commit comments

Comments
 (0)