Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Fix update github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Vanet committed Aug 10, 2016
1 parent 6ccdb25 commit fbebaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

**latest**
- Upgrade toran proxy to version 1.5.1
- Fix update github token

**1.5.0**
- Upgrade toran proxy to version 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/install/toran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ ! -e $DATA_DIRECTORY/toran/composer/auth.json ]; then
else
if [ "${TORAN_TOKEN_GITHUB}" != "false" ]; then
echo "Updating Token Github..."
sed -i "s|\"github.com\":|\"github.com\":\"$TORAN_TOKEN_GITHUB\"|g" $DATA_DIRECTORY/toran/composer/auth.json
sed -i "s|\"github.com\":.*|\"github.com\":\"$TORAN_TOKEN_GITHUB\"|g" $DATA_DIRECTORY/toran/composer/auth.json
fi
fi

Expand Down

0 comments on commit fbebaf9

Please sign in to comment.