summaryrefslogtreecommitdiff
path: root/src/Propellor/Git.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-19 21:48:48 -0400
committerJoey Hess2014-11-19 21:48:48 -0400
commitd130e7e628568be9593474fbe5601239c6ce8a2e (patch)
treed2a87543685fa5b14a188ce9a6734a27d6ca660a /src/Propellor/Git.hs
parentd38037682584313fff39650bd8e8004c713be66b (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Git.hs')
-rw-r--r--src/Propellor/Git.hs3
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