Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Feb 4, 2020
1 parent 9b5d779 commit d9482b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viringo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# URL used for the DataCite REST API
DATACITE_API_URL = os.getenv('DATACITE_API_URL', 'https://api.datacite.org')
# Admin credentials for the API
DATACITE_API_ADMIN_USERNAME = os.getenv('DATACITE_API_ADMIN_PASSWORD', 'admin')
DATACITE_API_ADMIN_USERNAME = os.getenv('DATACITE_API_ADMIN_USERNAME', 'admin')
DATACITE_API_ADMIN_PASSWORD = os.getenv('DATACITE_API_ADMIN_PASSWORD')

# Name used to identifier the repository.
Expand Down

0 comments on commit d9482b4

Please sign in to comment.