Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Git Lab
Commits
86bf89ec
Unverified
Commit
86bf89ec
authored
Jul 04, 2021
by
Linus Jahn
Browse files
Fix dead create token links
parent
de49149d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab/repositoryconnection.py
View file @
86bf89ec
...
...
@@ -57,7 +57,7 @@ class RepositoryConnection:
if
not
auth_token
:
Utils
.
log
(
LogType
.
ERROR
,
"No authentication token found. "
)
print
(
"Please create a token with the api and write_repository scopes on {}/{}."
.
format
(
"Please create a token with the api and write_repository scopes on {}/
-/
{}."
.
format
(
gitlab_url
,
"profile/personal_access_tokens"
)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment