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

Fix formatting flag #521

Merged
merged 1 commit into from
Jul 6, 2019
Merged

Fix formatting flag #521

merged 1 commit into from
Jul 6, 2019

Conversation

uthark
Copy link
Contributor

@uthark uthark commented Jul 6, 2019

Description of changes:

Before:

Not all pods have an IP, trying again in %!s(float64=5) seconds.

After:

Not all pods have an IP, trying again in 5 seconds.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Before:

```
Not all pods have an IP, trying again in %!s(float64=5) seconds.
```

After:
```
Not all pods have an IP, trying again in 5 seconds.

```
@mogren mogren added the bug label Jul 6, 2019
Copy link
Contributor

@mogren mogren left a comment

Choose a reason for hiding this comment

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

Thanks, good catch.

@mogren mogren added this to the v1.6 milestone Jul 6, 2019
@mogren mogren merged commit f25e37f into aws:master Jul 6, 2019
@uthark uthark deleted the patch-1 branch July 15, 2019 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants