summaryrefslogtreecommitdiff
path: root/pre-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 /pre-apt.d
parent146c72298aea05c64df89d40f01c6136f70d3fda (diff)
rewording
Diffstat (limited to 'pre-apt.d')
-rwxr-xr-xpre-apt.d/50uncommitted-changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-apt.d/50uncommitted-changes b/pre-apt.d/50uncommitted-changes
index eb3a64d..d39401c 100755
--- a/pre-apt.d/50uncommitted-changes
+++ b/pre-apt.d/50uncommitted-changes
@@ -12,7 +12,7 @@ if [ -d .git ] && ! LANG=C git-status 2>&1 | grep -q "working directory clean";
db_get etckeeper/unclean
if [ "$RET" = true ]; then
git add .
- if ! git commit $GIT_COMMIT_OPTION -m "saving uncommitted changes in /etc prior to apt run"; then
+ if ! git commit $GIT_COMMIT_OPTIONS -m "saving uncommitted changes in /etc prior to apt run"; then
db_input critical etckeeper/commit_failed || true
db_go || true
db_reset etckeeper/commit_failed || true