Skip to content

Commit 937c7af

Browse files
authored
Add space before github tokens URL (#1021)
1 parent d48d606 commit 937c7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wizard/github.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ function obtain_token(; outs=stdout, github_api=GitHub.DEFAULT_API)
9393

9494
token = token_reply["access_token"]
9595

96-
print(outs, strip("""
96+
print(outs, """
9797
Successfully obtained GitHub authorization token!
9898
This token will be used for the rest of this BB session.
9999
You will have to re-authenticate for any future session.
100100
However, if you wish to bypass this step, you may create a
101-
personal access token at """))
101+
personal access token at """)
102102
printstyled("https://github.com/settings/tokens"; bold=true)
103103
println("\n and add the token to the")
104104
printstyled(outs, "~/.julia/config/startup.jl"; bold=true)

0 commit comments

Comments
 (0)