diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-03 12:35:27 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-03 12:35:27 -0400 |
| commit | 9c3ab7505957ee83c2d59fcc8a934bca326b615b (patch) | |
| tree | 30702cfc8a4c36d14da5534344a42fd8356441ba /Propellor | |
| parent | 8573c39d486ef12f772dd08847bff3ba989dcbec (diff) | |
fix
Diffstat (limited to 'Propellor')
| -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 |
