summaryrefslogtreecommitdiff
path: root/src/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-09-25 15:11:19 -0400
committerJoey Hess2014-09-25 15:11:19 -0400
commit7fcf4edeba6727f81e9c6845cfb3272c8af05ba3 (patch)
tree47b57d4ec9ab4670a90f4bb53711f585e6afa633 /src/Propellor/CmdLine.hs
parent1b0747c8b53bc27f4ed5a4360f29e3af610852da (diff)
comment
Diffstat (limited to 'src/Propellor/CmdLine.hs')
-rw-r--r--src/Propellor/CmdLine.hs1
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