summaryrefslogtreecommitdiff
path: root/post-apt.d/50git-commit
diff options
context:
space:
mode:
Diffstat (limited to 'post-apt.d/50git-commit')
-rwxr-xr-xpost-apt.d/50git-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-apt.d/50git-commit b/post-apt.d/50git-commit
index 6eb3434..fe5eb95 100755
--- a/post-apt.d/50git-commit
+++ b/post-apt.d/50git-commit
@@ -8,5 +8,5 @@ if [ -d .git ]; then
message="committing changes after apt run"
# ignore exit code since it exits nonzero if there is nothing to do
- git commit -m "$message" || true
+ git commit $GIT_COMMIT_OPTION -m "$message" || true
fi