diff options
author | Valery Piashchynski <[email protected]> | 2021-01-07 13:29:07 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-07 13:29:07 +0300 |
commit | 21689afbc5f717274cd608358ffca3bdacb38f69 (patch) | |
tree | 159ddd2b154a5afbec5dedc75a1a94c5a83ebfae /cmd/cli/root.go | |
parent | c1465d3bcdf24a78440300aa51e7cfc92ce874a8 (diff) |
Fix compatibility issues, add tests to the CI
Diffstat (limited to 'cmd/cli/root.go')
-rw-r--r-- | cmd/cli/root.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/cli/root.go b/cmd/cli/root.go index 10e389f2..06a84a82 100644 --- a/cmd/cli/root.go +++ b/cmd/cli/root.go @@ -46,7 +46,6 @@ func init() { cobra.OnInitialize(func() { if CfgFile != "" { if absPath, err := filepath.Abs(CfgFile); err == nil { - println(absPath) CfgFile = absPath // force working absPath related to config file |