We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268f7c1 commit 09f9c04Copy full SHA for 09f9c04
1 file changed
install.sh
@@ -3,7 +3,7 @@
3
# Ensure script stops on error
4
set -euo pipefail
5
6
-FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/
+FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/96442904
7
8
function set_pkg_manager {
9
if [ "$(uname)" = "Darwin" ]; then
0 commit comments