Skip to content

Commit

Permalink
git hooks tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Dec 24, 2019
1 parent 2446886 commit 9930fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/hooks-mac/post-commit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "$version" =~ v[0-9]\. ]]; then
# git commit -m "Update version to ${version}"
if ! git diff-index --quiet HEAD --; then
# echo "commit: Update version to $version"
git add .
git add rfswarm*.py
git commit -m "Update version to ${version}"
fi
# else
Expand Down

0 comments on commit 9930fb4

Please sign in to comment.