From fdb9e3fc0bc61d488e4aa9ac059e4452095f2bc2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Oct 2025 02:38:48 -0500 Subject: typo --- Makefile | 2 ++ doPull.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87649fc..7a545b0 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ default: install # This will re-generate ALL of the needed autogenerated .pb.go files generate: + go mod init + go mod tidy go generate vet: diff --git a/doPull.go b/doPull.go index 1ca8617..3d5666f 100644 --- a/doPull.go +++ b/doPull.go @@ -81,7 +81,7 @@ func doPull() error { count += 1 found.Append(me.forge.Repos.Repos[count]) } - found.SortFilename() + found.SortNamespace() me.forge.PrintPullTable(found) return nil } -- cgit v1.2.3