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 b71cafc commit 2076d8aCopy full SHA for 2076d8a
dev/release.sh
@@ -12,7 +12,7 @@ fi
12
13
# Get the latest version (needs curl + jq).
14
if (( $# == 0 )); then
15
- curl -s https://api.github.com/repos/devnull-cz/unix-linux-prog-in-c/releases/latest | \
+ curl -s https://api.github.com/repos/devnull-cz/adv-unix-linux-prog-in-c/releases/latest | \
16
jq .tag_name
17
exit 0
18
fi
0 commit comments