summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 05:11:28 -0500
committerJeff Carr <[email protected]>2025-10-08 05:11:28 -0500
commit19bbf13be2336d522a57caba1e5da9a80cdb8099 (patch)
tree876fc67d48a6539a6a2c16bd7e57fde0d7697fdf /doPull.go
parentfdb9e3fc0bc61d488e4aa9ac059e4452095f2bc2 (diff)
print header
Diffstat (limited to 'doPull.go')
-rw-r--r--doPull.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/doPull.go b/doPull.go
index 3d5666f..d7a334b 100644
--- a/doPull.go
+++ b/doPull.go
@@ -116,8 +116,9 @@ func doPull() error {
r.State = msg
}
}
- me.forge.PrintPullTable(repoerr)
- me.forge.PrintForgedTable(repoerr)
+ repoerr.SortNamespace()
+ footer := me.forge.PrintPullTable(repoerr)
+ log.Info("git pull FAILED on these:", footer)
me.sh.GoodExit("git pull done")
}