Skip to content

Commit

Permalink
Merge pull request #699 from renan-campos/main
Browse files Browse the repository at this point in the history
updated help message for wif verification errors
  • Loading branch information
tzvatot authored Jan 8, 2025
2 parents d4deb29 + f079176 commit e6b98a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ocm/gcp/verify-wif-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func verifyWorkloadIdentityConfigurationCmd(cmd *cobra.Command, argv []string) e
}
if !response.Body().Configured() {
err := errors.New(response.Body().Description())
helpMsg := fmt.Sprintf("Running 'ocm gcp update wif-config' may fix errors related to " +
helpMsg := fmt.Sprintf("Running 'ocm gcp update wif-config' will fix errors related to " +
"cloud resource misconfiguration.")
return fmt.Errorf("verification failed with error: %v\n%s", err, helpMsg)
} else {
Expand Down

0 comments on commit e6b98a9

Please sign in to comment.