diff options
| author | Jeff Carr <[email protected]> | 2024-03-01 21:35:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-01 21:35:42 -0600 |
| commit | de662f3b181fe85d97d4b3b249ebd1c09576c736 (patch) | |
| tree | 97217123a5149e23acf51f8e77b85274f61896ae /configfile.go | |
| parent | e3202ae1e997057702da62466ab8d61c53bca9ff (diff) | |
save name of the cfgfilev0.21.2
Diffstat (limited to 'configfile.go')
| -rw-r--r-- | configfile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configfile.go b/configfile.go index ee38327..b46c5a2 100644 --- a/configfile.go +++ b/configfile.go @@ -7,8 +7,8 @@ import ( "path/filepath" "strings" - "go.wit.com/log" "go.wit.com/lib/gui/repostatus" + "go.wit.com/log" ) func (v *RepoList) InitRepoList(cfgfile string) { |
