Fix default config and version
This commit is contained in:
parent
f1018dce47
commit
45aea93e6b
7 changed files with 30 additions and 30 deletions
|
|
@ -7,7 +7,6 @@ import (
|
|||
"github.com/ooni/probe-cli/internal/log/handlers/batch"
|
||||
"github.com/ooni/probe-cli/internal/log/handlers/cli"
|
||||
"github.com/ooni/probe-cli/utils"
|
||||
"github.com/ooni/probe-cli/internal/cli/version/version.go"
|
||||
)
|
||||
|
||||
// Cmd is the root command
|
||||
|
|
@ -33,7 +32,7 @@ func init() {
|
|||
}
|
||||
if *isVerbose {
|
||||
log.SetLevel(log.DebugLevel)
|
||||
log.Debugf("ooni version %s", version.Version)
|
||||
log.Debugf("ooni version %s", ooni.Version)
|
||||
}
|
||||
|
||||
Init = func() (*ooni.Context, error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue