fix auth issue(1)

This commit is contained in:
Pl4gue
2017-12-21 12:51:53 +01:00
parent 1b670794d6
commit 2d7491e87c
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ commit_website_files() {
}
upload_files() {
git remote add origin https://${GH_TOKEN}@github.com/Pl4gue/30-seconds-of-code.git > /dev/null 2>&1
git remote add origin https://${GH_TOKEN}@$github.com/Pl4gue/30-seconds-of-code.git > /dev/null 2>&1
git push --force --quiet --set-upstream origin master
}