summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 05:16:03 -0600
committerJeff Carr <[email protected]>2025-01-17 05:16:03 -0600
commit4f282cc30200c5896db2ae4677b20c6f8c1f1abc (patch)
tree3e7c8c5a1e3981dae05e6cb6117c424c20328da3 /main.go
parente40251c7fd36d464b141f4b3f02c8ed80434f7cf (diff)
is it possible to make a username argv alias?v0.22.41
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index cae7195..2153692 100644
--- a/main.go
+++ b/main.go
@@ -126,7 +126,7 @@ func main() {
doCheckDirtyAndConfigSave()
me.found = new(gitpb.Repos)
findDirty()
- me.forge.PrintHumanTable(me.found)
+ me.forge.PrintHumanTableDirty(me.found)
okExit("")
}