summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git-auto-commit-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el
index 910609e..d3abdb1 100644
--- a/git-auto-commit-mode.el
+++ b/git-auto-commit-mode.el
@@ -102,7 +102,7 @@ already have been set up."
"Commit the changes to the current file, and when
`gac-automatically-push' is not `nil', push."
(gac-commit)
- (when gac-auto-push
+ (when gac-automatically-push
(gac-push)))
(define-minor-mode git-auto-commit-mode