Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra hardcoded default port in help for aws_signing_helper serve command #67

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

jindraj
Copy link
Contributor

@jindraj jindraj commented Mar 19, 2024

Issue #, if available:

Description of changes:
Help for aws_signing_helper serve command prints the default port two twice. The one separated with colon is hardcoded and do not reflect changes of DefaultPort in aws_signing_helper/serve.go.

The changes in pull request removes the extra hardcoded default port from help section.

aws_signing_helper serve --help

before

…
      --port int                   The port used to run the local server (default: 9911) (default 9911)
…

after

…
      --port int                   The port used to run the local server (default 9911)
…

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@13ajay 13ajay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - thanks for the PR!

@13ajay 13ajay merged commit 44ac515 into aws:main Mar 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants