diff options
Diffstat (limited to 'Command/Unlock.hs')
-rw-r--r-- | Command/Unlock.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unlock.hs b/Command/Unlock.hs index b6f39488d..673a7038a 100644 --- a/Command/Unlock.hs +++ b/Command/Unlock.hs @@ -37,7 +37,7 @@ perform dest key = do checkDiskSpace key - src <- fromRepo $ gitAnnexLocation key + src <- inRepo $ gitAnnexLocation key tmpdest <- fromRepo $ gitAnnexTmpLocation key liftIO $ createDirectoryIfMissing True (parentDir tmpdest) showAction "copying" |