Skip to content

Commit

Permalink
Update cmd/spiffe-helper/main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Memon <[email protected]>

Co-authored-by: Marcos Yacob <[email protected]>
Signed-off-by: Faisal Memon <[email protected]>
  • Loading branch information
faisal-memon and MarcosDY authored Jul 3, 2024
1 parent b754093 commit 4c9ac64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/spiffe-helper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func startSidecar(log logrus.FieldLogger) error {

hclConfig, err := config.ParseConfig(configFile)
if err != nil {
return fmt.Errorf("Failed to parse %q: %w", configFile, err)
return fmt.Errorf("failed to parse %q: %w", configFile, err)
}

if err := config.ValidateConfig(hclConfig, daemonModeFlag, log); err != nil {
Expand Down

0 comments on commit 4c9ac64

Please sign in to comment.