add tmp flag parameter to retrieveKeyFile
This commit is contained in:
parent
94aa6b42b5
commit
06b0cb6224
12 changed files with 29 additions and 27 deletions
|
@ -72,7 +72,7 @@ getKeyFile key file = do
|
|||
else return True
|
||||
docopy r continue = do
|
||||
showAction $ "from " ++ Remote.name r
|
||||
copied <- Remote.retrieveKeyFile r key file
|
||||
copied <- Remote.retrieveKeyFile r key False file
|
||||
if copied
|
||||
then return True
|
||||
else continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue