Skip to content

Commit a3b254d

Browse files
committed
redri
1 parent 9417866 commit a3b254d

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
@@ -139,7 +139,7 @@ gh_auth() {
139139
export GITHUB_TOKEN=${GH_TOKEN}
140140
elif [[ ${CODER:-} == true ]]; then
141141
if ! output=$(coder external-auth access-token github 2>&1); then
142-
# TODO(maf): We could allow checking `gh auth token` here.
142+
# TODO(mafredri): We could allow checking `gh auth token` here.
143143
log "${output}"
144144
error "Could not authenticate with GitHub using Coder external auth."
145145
else

0 commit comments

Comments
 (0)