fix permission denied issue

This commit is contained in:
David Wu
2017-12-21 12:25:51 +01:00
parent 35d76fd013
commit 9f35ccdda3
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/Chalarangelo/30-seconds-of-code.git > /dev/null 2>&1
sudo git remote add origin https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git > /dev/null 2>&1
git push --quiet --set-upstream origin master
}