aboutsummaryrefslogtreecommitdiff
path: root/Command/Move.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Move.hs')
-rw-r--r--Command/Move.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Move.hs b/Command/Move.hs
index 04e6aa384..63b5fb8b0 100644
--- a/Command/Move.hs
+++ b/Command/Move.hs
@@ -87,7 +87,7 @@ start' o move afile key ai = onlyActionOn key $
toHereStart move afile key ai
showMoveAction :: Bool -> Key -> ActionItem -> Annex ()
-showMoveAction move = showStart' (if move then "move" else "copy")
+showMoveAction move = showStartKey (if move then "move" else "copy")
{- Moves (or copies) the content of an annexed file to a remote.
-