wording
This commit is contained in:
parent
72c6fb90cb
commit
557458d03c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue