Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gustawdaniel/gpt-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gustawdaniel committed Mar 15, 2023
2 parents 8cc8050 + 5f3d54b commit fa05255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

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

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

0 comments on commit fa05255

Please sign in to comment.