diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-10 00:55:53 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-10 01:39:06 -0400 |
commit | 56c0bf6c690ffddc4ac561393f4cd21d087b7ddb (patch) | |
tree | 745ab36efe39f693d776a16a73758e04409f74a1 /CmdLine/GitAnnex.hs | |
parent | ea0f914261e4747de75339952c2d47374c5a7803 (diff) |
convert global options (still not used)
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-rw-r--r-- | CmdLine/GitAnnex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index 2e9bc537f..32a4b8b10 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -227,7 +227,7 @@ run args = do #endif go envmodes where - go [] = dispatch True args cmds gitAnnexOptions [] Git.CurrentRepo.get + go [] = dispatch True args cmds gitAnnexGlobalOptions [] Git.CurrentRepo.get "git-annex" "manage files with git, without checking their contents in" go ((v, a):rest) = maybe (go rest) a =<< getEnv v |