diff options
Diffstat (limited to 'git-annex.hs')
-rw-r--r-- | git-annex.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/git-annex.hs b/git-annex.hs index 9d6012f2c..a53697cdb 100644 --- a/git-annex.hs +++ b/git-annex.hs @@ -10,6 +10,4 @@ import System.Environment import GitAnnex main :: IO () -main = do - args <- getArgs - run args +main = run =<< getArgs |