oops. checkout master

This commit is contained in:
Jeff Carr 2025-01-19 07:26:01 -06:00
parent 383edb2766
commit 62dd96ccec
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ func (r *repoWindow) repoMenu() *gui.Node {
if !r.mergeAllDevelToMain() {
return
}
doAllCheckoutUser()
doAllCheckoutMaster()
os.Exit(0)
})