From: Sam Moore Date: Wed, 25 Jul 2012 09:32:01 +0000 (+0800) Subject: This is another test; go cron, go! X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=a3e6daa38f8c99c01177d261965a7611a33f6803;p=matches%2Fhonours.git This is another test; go cron, go! --- diff --git a/update.sh b/update.sh index b1d70f93..b8089bd8 100755 --- a/update.sh +++ b/update.sh @@ -22,7 +22,7 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 -$git commit -m "This is a test by the way." +$git commit -m "This is another test; go cron, go!" if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log $git push git.ucc 2>&1 >> commits.log