Skip to content

Commit

Permalink
examples: fix setup file extension
Browse files Browse the repository at this point in the history
Signed-off-by: Leticia Farias Wanderley <leticia.farias.wanderley@cern.ch>
  • Loading branch information
Leticia Farias Wanderley authored and Diego committed Jul 16, 2019
1 parent 2500dc6 commit 073cc9e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

language: python

dist: precise
dist: xenial

cache:
- pip
Expand Down
2 changes: 1 addition & 1 deletion examples/cern_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$ pip install -e .[all]
$ cd examples
$ export FLASK_APP=cern_app.py
$ ./app-setup.py
$ ./app-setup.sh
You can find the database in `examples/cern_app.db`.
Expand Down
2 changes: 1 addition & 1 deletion examples/github_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
$ pip install -e .[all]
$ cd examples
$ export FLASK_APP=github_app.py
$ ./app-setup.py
$ ./app-setup.sh
You can find the database in `examples/github_app.db`.
Expand Down
2 changes: 1 addition & 1 deletion examples/globus_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
$ pip install -e .[all]
$ cd examples
$ export FLASK_APP=globus_app.py
$ ./app-setup.py
$ ./app-setup.sh
You can find the database in `examples/globus_app.db`.
Expand Down
2 changes: 1 addition & 1 deletion examples/orcid_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
$ pip install -e .[all]
$ cd examples
$ export FLASK_APP=orcid_app.py
$ ./app-setup.py
$ ./app-setup.sh
You can find the database in `examples/orcid_app.db`.
Expand Down
2 changes: 1 addition & 1 deletion invenio_oauthclient/contrib/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
http://localhost:4000/oauth/login/github/)
6. Also, you should see GitHub listed under Linked accounts:
http://localhost:4000//account/settings/linkedaccounts/
http://localhost:4000/account/settings/linkedaccounts/
By default the GitHub module will try first look if a link already exists
between a GitHub account and a user. If no link is found, the module tries to
Expand Down

0 comments on commit 073cc9e

Please sign in to comment.