Skip to content

Commit

Permalink
Default to correct gitlab api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Jan 17, 2018
1 parent a59db09 commit 82d36dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main(wf):
try:
# Get API key from Keychain
api_key = wf.get_password('gitlab_api_key')
api_url = wf.settings.get('api_url', 'https://www.gitlab.com/api/v4/projects')
api_url = wf.settings.get('api_url', 'https://gitlab.com/api/v4/projects')

# Retrieve projects from cache if available and no more than 600
# seconds old
Expand Down

0 comments on commit 82d36dc

Please sign in to comment.