diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-16 13:07:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-16 13:07:56 -0400 |
commit | 93c5fb5da7f085cc772e28d8ded08f4ea0b0bf15 (patch) | |
tree | 677ea95da4df9ae5347102bfb378c7e9ef221d7c /Command/InitRemote.hs | |
parent | ceff04ff3e7fff4b0ea6e8ad4334cca80d291880 (diff) |
support remote config values with spaces and other characters
Diffstat (limited to 'Command/InitRemote.hs')
-rw-r--r-- | Command/InitRemote.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Command/InitRemote.hs b/Command/InitRemote.hs index ae22e3564..ad0718e38 100644 --- a/Command/InitRemote.hs +++ b/Command/InitRemote.hs @@ -37,8 +37,6 @@ start ws = notBareRepo $ do (u, c) <- findByName name let fullconfig = M.union config c t <- findType fullconfig - - liftIO $ putStrLn $ show fullconfig showStart "initremote" name next $ perform t u $ M.union config c |