diff options
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index e4838f9b..8ed21cbc 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -166,7 +166,7 @@ spin host = do hClose toh hClose fromh sendGitClone host url - go url privdata + go url branch privdata user = "root@"++host |
