summaryrefslogtreecommitdiff
path: root/doList.go
diff options
context:
space:
mode:
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)
}