diff options
| author | Jeff Carr <[email protected]> | 2024-02-17 15:47:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-17 15:47:46 -0600 |
| commit | 754371fdbf52d61dcd57d1b32b453b676cee01cf (patch) | |
| tree | 83a80bb9632de359e4334142801ca676534b0883 /globalBuildOptions.go | |
| parent | 15f334b2d2eab816b31e7f3a35e172e598bd5c19 (diff) | |
export Status
Diffstat (limited to 'globalBuildOptions.go')
| -rw-r--r-- | globalBuildOptions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globalBuildOptions.go b/globalBuildOptions.go index ddb38f8..d721293 100644 --- a/globalBuildOptions.go +++ b/globalBuildOptions.go @@ -83,7 +83,7 @@ func globalBuildOptions(vbox *gui.Node) { targetName := me.newBranch.String() log.Warn("setting all branches to", targetName) for _, repo := range repolist.AllRepos() { - repo.CheckoutBranch(targetName) + repo.Status.CheckoutBranch(targetName) repo.Scan() } }) |
