Skip to content

Commit

Permalink
gh: suppress update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Feb 11, 2024
1 parent eae8e5b commit fb10e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gh.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ binaries = ["gh"]
test = "gh --version"
strip = 2

env = {
"GH_NO_UPDATE_NOTIFIER": "1"
}

platform "linux" {
source = "https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_amd64.tar.gz"
}
Expand Down

0 comments on commit fb10e5b

Please sign in to comment.