diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 21:48:48 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 21:48:48 -0400 |
| commit | d130e7e628568be9593474fbe5601239c6ce8a2e (patch) | |
| tree | d2a87543685fa5b14a188ce9a6734a27d6ca660a /src/Propellor/Git.hs | |
| parent | d38037682584313fff39650bd8e8004c713be66b (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Git.hs')
| -rw-r--r-- | src/Propellor/Git.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Git.hs b/src/Propellor/Git.hs index 88d5c3ab..73de1def 100644 --- a/src/Propellor/Git.hs +++ b/src/Propellor/Git.hs @@ -69,7 +69,8 @@ fetchOrigin = do branchref <- getCurrentBranch let originbranch = "origin" </> branchref - void $ actionMessage "Git fetch" $ boolSystem "git" [Param "fetch"] + void $ actionMessage "Pull from central git repository" $ + boolSystem "git" [Param "fetch"] oldsha <- getCurrentGitSha1 branchref |
