Skip to content

Commit 7573dfc

Browse files
committed
s/authenticate //
1 parent a3b254d commit 7573dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ gh_auth() {
148148
elif token="$(gh auth token --hostname github.com 2>/dev/null)"; then
149149
export GITHUB_TOKEN=${token}
150150
else
151-
error "GitHub authentication is required to run this command, please set GITHUB_TOKEN or authenticate run 'gh auth login'."
151+
error "GitHub authentication is required to run this command, please set GITHUB_TOKEN or run 'gh auth login'."
152152
fi
153153
fi
154154
}

0 commit comments

Comments
 (0)