Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bradley Wood
rust-gitlab
Commits
16a3920c
Commit
16a3920c
authored
Apr 03, 2017
by
Ben Boeckel
⛰
Browse files
fetch_from_gitlab: fix the name of the user_public fetcher
parent
cf8c35e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/fetch_from_gitlab.py
View file @
16a3920c
...
...
@@ -34,7 +34,7 @@ NOTE_ID = 177359
if
__name__
==
'__main__'
:
import
sys
token
=
sys
.
argv
[
1
]
write_result
(
token
,
'user_
full
'
,
'/user'
)
write_result
(
token
,
'user_
public
'
,
'/user'
)
write_result
(
token
,
'user'
,
'/users/%d'
%
USER
)
write_result
(
token
,
'project'
,
'/projects/%s'
%
REPO
)
write_result
(
token
,
'project_hook'
,
'/projects/%s/hooks'
%
REPO
)
...
...
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