Skip to content

Commit

Permalink
assets and docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 28, 2023
1 parent dac1157 commit 572a4a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/defaults/init.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package defaults

import (
"fmt"
"github.com/port-labs/port-k8s-exporter/pkg/port"
"github.com/port-labs/port-k8s-exporter/pkg/port/cli"
"github.com/port-labs/port-k8s-exporter/pkg/port/integration"
Expand Down Expand Up @@ -32,7 +31,7 @@ func InitIntegration(portClient *cli.PortClient, applicationConfig *port.Config)
if err != nil {
log.Println(err)
}
fmt.Println(path)
klog.Infof(path)

if err != nil {
klog.Infof("Could not get integration with state key %s, error: %s", applicationConfig.StateKey, err.Error())
Expand Down

0 comments on commit 572a4a5

Please sign in to comment.