diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-18 17:59:26 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-18 17:59:26 -0400 |
| commit | 557458d03ccd591223c574a48df09fca9e311f05 (patch) | |
| tree | feae5d0d1769a2f074df155cc5e0187b54ae5296 /src/Propellor/CmdLine.hs | |
| parent | 72c6fb90cb126fa5a414fbd502ee4c5615c444f8 (diff) | |
wording
Diffstat (limited to 'src/Propellor/CmdLine.hs')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index a79a582d..9797d03e 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -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 |
