Skip to content

Commit 2076d8a

Browse files
author
Vladimir Kotal
committed
fix repo
1 parent b71cafc commit 2076d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
# Get the latest version (needs curl + jq).
1414
if (( $# == 0 )); then
15-
curl -s https://api.github.com/repos/devnull-cz/unix-linux-prog-in-c/releases/latest | \
15+
curl -s https://api.github.com/repos/devnull-cz/adv-unix-linux-prog-in-c/releases/latest | \
1616
jq .tag_name
1717
exit 0
1818
fi

0 commit comments

Comments
 (0)