diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-25 15:11:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-25 15:11:19 -0400 |
| commit | 7fcf4edeba6727f81e9c6845cfb3272c8af05ba3 (patch) | |
| tree | 47b57d4ec9ab4670a90f4bb53711f585e6afa633 /src | |
| parent | 1b0747c8b53bc27f4ed5a4360f29e3af610852da (diff) | |
comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 7b39cd24..e1684c38 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -237,6 +237,7 @@ spin hn hst = do sendMarked toh marker s return True +-- Initial git clone, used for bootstrapping. sendGitClone :: HostName -> String -> IO () sendGitClone hn url = void $ actionMessage ("Pushing git repository to " ++ hn) $ do branch <- getCurrentBranch |
