diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 17:40:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 19:30:59 -0500 |
| commit | 906d50a771292652e896496708e247fe4be695fa (patch) | |
| tree | 02ab1d6c7d507bde9ab8d596fca61fe2f369e838 /doList.go | |
| parent | 86ac85dd5b5432ca3d1ff935b6ff6582ba37c287 (diff) | |
test
Diffstat (limited to 'doList.go')
| -rw-r--r-- | doList.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |
