This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 486cbcd5d99d70a9b353dd427694dd5c1d358c9c Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Tue Jun 22 10:32:25 2021 +0200 Fixed redeclared imported package name --- pkg/cmd/run.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/run.go b/pkg/cmd/run.go index 4fe1d1a..43164c3 100644 --- a/pkg/cmd/run.go +++ b/pkg/cmd/run.go @@ -30,7 +30,6 @@ import ( "strings" "syscall" - "github.com/apache/camel-k/pkg/util/property" "github.com/magiconair/properties" "github.com/mitchellh/mapstructure" "github.com/pkg/errors"
