This commit is contained in:
Pl4gue
2017-12-21 12:36:39 +01:00
parent 23cebf3cc2
commit 09b75542cc

View File

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