From ba0d22e6c5b10ce9215de1a5b1d86278866051ee Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Nov 2007 13:29:56 -0500 Subject: rewording --- post-apt.d/50git-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post-apt.d') 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 -- cgit v1.2.3