Fixed Git Integration

This commit is contained in:
2020-01-15 15:14:25 +01:00
parent 4353b7764d
commit 979dfc220a
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ doxygen conf/intelliphoto_dox
echo "Doxygen finished."
# Adding changes to git
echo "Committing Changes to Git..."
git add *
git add '*'
git commit -m "Automated Release Preparation"
echo "Committed."
echo "Finished."