We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b254d commit 7573dfcCopy full SHA for 7573dfc
scripts/lib.sh
@@ -148,7 +148,7 @@ gh_auth() {
148
elif token="$(gh auth token --hostname github.com 2>/dev/null)"; then
149
export GITHUB_TOKEN=${token}
150
else
151
- error "GitHub authentication is required to run this command, please set GITHUB_TOKEN or authenticate run 'gh auth login'."
+ error "GitHub authentication is required to run this command, please set GITHUB_TOKEN or run 'gh auth login'."
152
fi
153
154
}
0 commit comments