diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 07:26:01 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 07:26:01 -0600 | 
| commit | 62dd96ccec29a41e6b21c138a9cfc0ea812b93bf (patch) | |
| tree | 2caedfd582ff332a2f29e86bca0c895da12b3eeb | |
| parent | 383edb2766e886846dc59cd62405a8032e183722 (diff) | |
oops. checkout masterv0.22.51
| -rw-r--r-- | windowRepos.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/windowRepos.go b/windowRepos.go index 6385847..ecd541f 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -176,7 +176,7 @@ func (r *repoWindow) repoMenu() *gui.Node {  		if !r.mergeAllDevelToMain() {  			return  		} -		doAllCheckoutUser() +		doAllCheckoutMaster()  		os.Exit(0)  	})  | 
