aboutsummaryrefslogtreecommitdiff
path: root/AnnexQueue.hs
diff options
context:
space:
mode:
Diffstat (limited to 'AnnexQueue.hs')
-rw-r--r--AnnexQueue.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/AnnexQueue.hs b/AnnexQueue.hs
index b1678df07..79116c48a 100644
--- a/AnnexQueue.hs
+++ b/AnnexQueue.hs
@@ -38,7 +38,7 @@ flush silent = do
q <- getState repoqueue
unless (0 == Git.Queue.size q) $ do
unless silent $
- showSideAction "Recording state in git..."
+ showSideAction "Recording state in git"
g <- gitRepo
q' <- liftIO $ Git.Queue.flush g q
store q'