diff options
Diffstat (limited to 'Command/Add.hs')
-rw-r--r-- | Command/Add.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index 286324c42..519dad6e4 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -34,8 +34,8 @@ import Utility.Tmp import Control.Exception (IOException) -def :: [Command] -def = [notBareRepo $ withOptions [includeDotFilesOption] $ +cmd :: [Command] +cmd = [notBareRepo $ withOptions [includeDotFilesOption] $ command "add" paramPaths seek SectionCommon "add files to annex"] |