From 21689afbc5f717274cd608358ffca3bdacb38f69 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 7 Jan 2021 13:29:07 +0300 Subject: Fix compatibility issues, add tests to the CI --- cmd/cli/root.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/cli/root.go') 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 -- cgit v1.2.3