support remote config values with spaces and other characters

This commit is contained in:
Joey Hess 2011-05-16 13:07:56 -04:00
parent ceff04ff3e
commit 93c5fb5da7
3 changed files with 36 additions and 5 deletions

View file

@ -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