Skip to content

Commit

Permalink
Merge pull request #38 from k1LoW/freeze-host
Browse files Browse the repository at this point in the history
Pin the API for getting release information to `api.github.com`
  • Loading branch information
k1LoW authored Jul 4, 2023
2 parents e18c238 + 88ba5bb commit 64c3ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-grep
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

repo="k1LoW/gh-grep"
tag="$(gh release list -R k1LoW/gh-grep --limit 1 | cut -f 1)"
tag="$(gh release list -R github.com/k1LoW/gh-grep --limit 1 | cut -f 1)"

extensionPath="$(dirname "$0")"
arch="$(uname -m)"
Expand Down

0 comments on commit 64c3ff3

Please sign in to comment.