Skip to content

Commit

Permalink
adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jul 30, 2024
1 parent cf542d0 commit 62c8d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func NewConfig(v *viper.Viper, configPath string) (*KubehoundConfig, error) {
// Configure default values
SetDefaultValues(v)

// Loading inLine config path
v.SetConfigType(DefaultConfigType)
v.SetConfigFile(configPath)

Expand Down

0 comments on commit 62c8d50

Please sign in to comment.