Skip to content

Commit

Permalink
Clarify print-out of setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
m-roberts committed Jan 18, 2020
1 parent 09ff159 commit 419fbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ pip install --quiet --user -r "${DIR}/requirements.txt"
echo "SETUP.SH: Install dependencies: Done!"

echo "SETUP.SH: Store OAuth 2.0 credentials: Fetch..."
echo "Enter client_id:"
echo "Enter 'OAuth 2.0 Client ID' (client_id):"
read client_id

echo "Enter client_secret:"
echo "Enter 'Client Secret' (client_secret):"
read client_secret

python "${DIR}/python/iniHandler.py" "${client_id}" "${client_secret}"
Expand Down

0 comments on commit 419fbac

Please sign in to comment.