This commit is contained in:
Joey Hess 2014-11-18 17:59:26 -04:00
parent 72c6fb90cb
commit 557458d03c
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ spin hn hst = do
-- Initial git clone, used for bootstrapping.
sendGitClone :: HostName -> IO ()
sendGitClone hn = void $ actionMessage ("Pushing git repository to " ++ hn) $ do
sendGitClone hn = void $ actionMessage ("Cloning git repository to " ++ hn) $ do
branch <- getCurrentBranch
cacheparams <- sshCachingParams hn
withTmpFile "propellor.git" $ \tmp _ -> allM id