summaryrefslogtreecommitdiff
path: root/gitCheckout.go
diff options
context:
space:
mode:
Diffstat (limited to 'gitCheckout.go')
-rw-r--r--gitCheckout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitCheckout.go b/gitCheckout.go
index b0ccc18..2952ccf 100644
--- a/gitCheckout.go
+++ b/gitCheckout.go
@@ -133,7 +133,7 @@ func (f *Forge) CheckoutMaster() bool {
}
func (f *Forge) CheckoutUser() bool {
- log.Log(FORGEPBWARN, "running git checkout master everwhere")
+ log.Log(FORGEPBWARN, "running git checkout user everwhere")
var failed int = 0
var count int = 0
all := f.Repos.SortByGoPath()