diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-18 20:41:41 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-18 20:41:41 -0400 |
| commit | b964b4836321832ad8d3be7268fd3af9ed8f5ea8 (patch) | |
| tree | 07dda6b98f3b2fb1121ec4abbaf39ca0eb271f3f /src/Propellor/CmdLine.hs | |
| parent | c2ab73ba45bc55e3490b9d89bbca51b73154d497 (diff) | |
tense
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 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 |
