Skip to content

Commit

Permalink
style(cli): rename aws-install files (#985)
Browse files Browse the repository at this point in the history
i.e. `agent_install_ec2ic.go` should be renamed to
`agent_aws-install_ec2ic.go` to reflect the name of the command
`aws-install`.

Also tweaks two comments to reflect this change.

Fixes RAIN-39178

Signed-off-by: nschmeller <[email protected]>
  • Loading branch information
nschmeller committed Oct 26, 2022
1 parent d4d1641 commit c221cda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This command will automatically add hosts with successful connections to
)

func init() {
// 'agent install ec2ic' flags
// 'agent aws-install ec2ic' flags
agentInstallAWSEC2ICCmd.Flags().StringVar(&agentCmdState.InstallTagKey,
"tag_key", "", "only install agents on infra with this tag key set",
)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This command will automatically add hosts with successful connections to
)

func init() {
// 'agent install ec2ssh' flags
// 'agent aws-install ec2ssh' flags
agentInstallAWSSSHCmd.Flags().StringVar(&agentCmdState.InstallTagKey,
"tag_key", "", "only install agents on infra with this tag key",
)
Expand Down

0 comments on commit c221cda

Please sign in to comment.