diff options
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) { |
