diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 08:48:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 08:48:06 -0600 |
| commit | 340872788e76776574be3ba292e1f7a43cc41a8f (patch) | |
| tree | 5343a95ed665f8459488c33de7d41475d720e4a2 /gitCheckout.go | |
| parent | e796788e22797478add8b8c84951b203e9aa9e1e (diff) | |
clone() and misc other fixes and improvements
Diffstat (limited to 'gitCheckout.go')
| -rw-r--r-- | gitCheckout.go | 2 |
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() |
