Skip to content

Commit d76d341

Browse files
committed
revert debugging change
1 parent 42a2a49 commit d76d341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/rapids-prompt-local-github-auth

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ elif ! gh auth status >&2; then
3232
--skip-ssh-key >&2;
3333
then
3434
rapids-echo-stderr "GitHub authentication failed. Exiting.";
35-
# exit 1;
35+
exit 1;
3636
fi
3737
fi

0 commit comments

Comments
 (0)