diff options
| author | Jeff Carr <[email protected]> | 2025-01-29 19:59:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 19:59:55 -0600 |
| commit | d493a55cfa5ac1d50c845643b46ee4c12a192dab (patch) | |
| tree | 785ba73aad155b15bbaad9a1466825152ef4e6bb /argvAutoshell.go | |
| parent | bab84d7c903dd53de1cb70cc45a23a5673fa51af (diff) | |
debugging releaser
Diffstat (limited to 'argvAutoshell.go')
| -rw-r--r-- | argvAutoshell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go index caef069..ba1d983 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -39,7 +39,7 @@ func (args) doBashAuto() { case "examine": fmt.Println("fix") case "list": - fmt.Println("--all --mine --favorites --private") + fmt.Println("--all --mine --favorites --private pub") case "pull": fmt.Println("--verbose") case "patch": |
