support remote config values with spaces and other characters
This commit is contained in:
parent
ceff04ff3e
commit
93c5fb5da7
3 changed files with 36 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue