Skip to content

Commit fa05255

Browse files
committed
Merge branch 'main' of github.com:gustawdaniel/gpt-cli
2 parents 8cc8050 + 5f3d54b commit fa05255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/95689674
3+
FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/95708852
44

55
URL="$(wget -qO- https://api.github.com/repos/gustawdaniel/gpt-cli/releases/latest |\
66
jq -r '.assets[] | select(.name=="gpt-cli").browser_download_url')"

0 commit comments

Comments
 (0)