Skip to content

Commit

Permalink
bug: fixes typo in error msg #137
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Oct 3, 2023
1 parent 262ef62 commit dd1b2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/provision/provision.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var Cmd = &cobra.Command{
ok := re.Match([]byte(cloudKMS))
if !ok {
return fmt.Errorf("CloudKMS key must be of the format " +
"projects/{project}/locations/{location}/keyRings/{test}/cryptoKeys/{cryptoKey}/cryptoKeyVersions/{cryptoKeyVersion}")
"projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}/cryptoKeyVersions/{cryptoKeyVersion}")

Check failure on line 49 in cmd/provision/provision.go

View workflow job for this annotation

GitHub Actions / lint

line is 126 characters (lll)

Check failure on line 49 in cmd/provision/provision.go

View workflow job for this annotation

GitHub Actions / lint

line is 126 characters (lll)
}
}

Expand Down

0 comments on commit dd1b2a4

Please sign in to comment.