diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-09 15:01:16 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-09 15:01:33 -0400 |
commit | 25fe225df2f6edd79ad0bbbbcbfcc72e736b6a17 (patch) | |
tree | cf35748a5cfad45e490ea35cede6f6375359be84 /Command | |
parent | d6831bd8f2bd4e4c518d0779895c990268c17777 (diff) |
rename constructor
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Import.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Command/Import.hs b/Command/Import.hs index 313339371..5ac050351 100644 --- a/Command/Import.hs +++ b/Command/Import.hs @@ -19,8 +19,6 @@ import Types.KeySource import Types.Key import Annex.CheckIgnore import Annex.NumCopies -import Types.TrustLevel -import Logs.Trust cmd :: Command cmd = withGlobalOptions fileMatchingOptions $ notBareRepo $ |