summaryrefslogtreecommitdiff
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 74aa430d3..c8867e391 100644
--- a/Command/Move.hs
+++ b/Command/Move.hs
@@ -109,7 +109,7 @@ toStart move afile key ai dest = do
toStart' :: Remote -> Bool -> AssociatedFile -> Key -> ActionItem -> CommandStart
toStart' dest move afile key ai = do
fast <- Annex.getState Annex.fast
- if fast && not move && not (Remote.hasKeyCheap dest)
+ if fast && not move
then ifM (expectedPresent dest key)
( stop
, go True (pure $ Right False)