diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-14 13:29:56 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-14 13:29:56 -0500 |
commit | ba0d22e6c5b10ce9215de1a5b1d86278866051ee (patch) | |
tree | d2aee46d7fd2eb04caf3cc204c8a317e6d853f7b /post-apt.d/50git-commit | |
parent | 146c72298aea05c64df89d40f01c6136f70d3fda (diff) |
rewording
Diffstat (limited to 'post-apt.d/50git-commit')
-rwxr-xr-x | post-apt.d/50git-commit | 2 |
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 |