Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alok87 committed May 24, 2021
1 parent c4b0954 commit 298560a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/redshiftloader/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Config struct {
PrometheusURL string `yaml:"prometheusURL"`
Redshift redshift.RedshiftConfig `yaml:"redshift"`
RedshiftGroup *string `yaml:"redshiftGroup,omitempty"`
RedshiftMetrics bool `yaml:redshiftMetrics`
RedshiftMetrics bool `yaml:"redshiftMetrics"`
Rsk string `yaml:"rsk,omitempty"`
SinkGroup string `yaml:"sinkGroup,omitempty"`
}
Expand Down

0 comments on commit 298560a

Please sign in to comment.