summaryrefslogtreecommitdiff
path: root/post-apt.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-14 13:29:56 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-14 13:29:56 -0500
commitba0d22e6c5b10ce9215de1a5b1d86278866051ee (patch)
treed2aee46d7fd2eb04caf3cc204c8a317e6d853f7b /post-apt.d
parent146c72298aea05c64df89d40f01c6136f70d3fda (diff)
rewording
Diffstat (limited to 'post-apt.d')
-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 fe5eb95..1a5c55a 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 $GIT_COMMIT_OPTION -m "$message" || true
+ git commit $GIT_COMMIT_OPTIONS -m "$message" || true
fi