summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 20:41:41 -0400
committerJoey Hess2014-11-18 20:41:41 -0400
commitb964b4836321832ad8d3be7268fd3af9ed8f5ea8 (patch)
tree07dda6b98f3b2fb1121ec4abbaf39ca0eb271f3f /src/Propellor
parentc2ab73ba45bc55e3490b9d89bbca51b73154d497 (diff)
tense
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs
index 6552b125..ee563012 100644
--- a/src/Propellor/CmdLine.hs
+++ b/src/Propellor/CmdLine.hs
@@ -287,7 +287,7 @@ sendGitUpdate hn fromh toh =
-- Initial git clone, used for bootstrapping.
sendGitClone :: HostName -> IO ()
-sendGitClone hn = void $ actionMessage ("Cloning git repository to " ++ hn) $ do
+sendGitClone hn = void $ actionMessage ("Clone git repository to " ++ hn) $ do
branch <- getCurrentBranch
cacheparams <- sshCachingParams hn
withTmpFile "propellor.git" $ \tmp _ -> allM id