Hopefully a fix for uncommited files
This commit is contained in:
parent
9a9a1e86b2
commit
1d294bd473
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user