Change the rename of the remote

This commit is contained in:
Laurent Rineau 2015-03-05 02:29:15 +01:00
parent a588ff698b
commit 893e09a1b2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [ -d ../../../.git ]; then
git diff --cached --quiet || exit $?
git add crontab
if git commit -m 'updated crontab (automated commit)' > /dev/null; then
git push origin master
git push cgal master
else
true
fi