summaryrefslogtreecommitdiff
path: root/doList.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-28 17:40:52 -0500
committerJeff Carr <[email protected]>2025-08-28 19:30:59 -0500
commit906d50a771292652e896496708e247fe4be695fa (patch)
tree02ab1d6c7d507bde9ab8d596fca61fe2f369e838 /doList.go
parent86ac85dd5b5432ca3d1ff935b6ff6582ba37c287 (diff)
test
Diffstat (limited to 'doList.go')
-rw-r--r--doList.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doList.go b/doList.go
index 1bacb7c..ce4f6ac 100644
--- a/doList.go
+++ b/doList.go
@@ -11,7 +11,7 @@ import (
func doList() error {
log.Info("do list here")
- if err := loadConfigfile(); err != nil {
+ if err := LoadPatchsets(); err != nil {
badExit(err)
}