File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ func (g *GCPKMS) ListKeyRingKeys(ctx context.Context) error {
330330 // It will require modifications to work:
331331 // - It may require correct/in-range values for request initialization.
332332 // - It may require specifying regional endpoints when creating the service client as shown in:
333- // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
333+ // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
334334 c , err := kms .NewKeyManagementClient (ctx )
335335 if err != nil {
336336 return err
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010)
1111
1212// updateReadmeCommands will update the list of `polycli` commands.
13- // The section is identified by the HTML tags `<startTag></endTag>“ .
13+ // The section is identified by the HTML tags `<startTag></endTag>` .
1414func updateReadmeCommands (cmd * cobra.Command , delimiter , docDir string ) error {
1515 // Generate the list of commands.
1616 buf := new (bytes.Buffer )
You can’t perform that action at this time.
0 commit comments