diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 16:32:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 16:32:55 -0400 |
commit | 95bd07a3e733d7ef62539423f066f461c83ba36e (patch) | |
tree | 21505bc15f8b091c9c36205391af4ba7ab432658 /Command/RecvKey.hs | |
parent | 4f050ca9b80d0565e408137f2422e808b82cfd11 (diff) |
reorg
Diffstat (limited to 'Command/RecvKey.hs')
-rw-r--r-- | Command/RecvKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs index 6964ea5bd..5d2a9c5aa 100644 --- a/Command/RecvKey.hs +++ b/Command/RecvKey.hs @@ -17,7 +17,7 @@ import Annex import Utility.Rsync import Logs.Transfer import Command.SendKey (fieldTransfer) -import qualified Fields +import qualified CmdLine.GitAnnexShell.Fields as Fields import qualified Types.Key import qualified Types.Backend import qualified Backend |