Hopefully a fix for uncommited files

This commit is contained in:
Gregory Oschwald 2013-05-24 14:30:51 -07:00
parent 9a9a1e86b2
commit 1d294bd473

View File

@ -32,7 +32,7 @@ apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destin
echo $TAG > _includes/version
git add doc/
git commit -m "Updated for $TAG"
git commit -m "Updated for $TAG" -a
read -e -p "Push to origin? " SHOULD_PUSH