From c28385825c17f9ac4747bbe0cd5db671d8475b03 Mon Sep 17 00:00:00 2001 From: Pl4gue Date: Thu, 21 Dec 2017 12:36:39 +0100 Subject: [PATCH] test --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index 4e577890f..96d1fa2a5 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -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 }