summaryrefslogtreecommitdiff
path: root/Command/Move.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-19 16:07:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-19 16:07:36 -0400
commit06b0cb6224377fd2ea86e4e209e94a502f92716e (patch)
treeae6f1a631aebbdd18a2aef7ff7ec7299d9214d26 /Command/Move.hs
parent94aa6b42b5bc5c37c7017fb3493010a56a9d211e (diff)
add tmp flag parameter to retrieveKeyFile
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 2f2cd1b5d..003ca27b8 100644
--- a/Command/Move.hs
+++ b/Command/Move.hs
@@ -131,7 +131,7 @@ fromPerform src move key = moveLock move key $ do
then handle move True
else do
showAction $ "from " ++ Remote.name src
- ok <- getViaTmp key $ Remote.retrieveKeyFile src key
+ ok <- getViaTmp key $ Remote.retrieveKeyFile src key False
handle move ok
where
handle _ False = stop -- failed