Skip to content

Bug: variable typo base54val should be base64val in pkg/aws/ec2.go #987

Description

@SeanHaimovich

There is a variable typo in pkg/aws/ec2.go around lines 55-56.

The variable is named base54val, but it stores the result of
base64.StdEncoding.EncodeToString(), so it should be named base64val.

File: pkg/aws/ec2.go, lines 55-56
Expected fix: rename base54val to base64val everywhere it is used.

(Filed at a maintainer's request as part of validating the automated
review workflow on bot-opened PRs.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions