Skip to content

Fix incorrect use of fmt.Println.#4937

Open
NullHypothesis wants to merge 1 commit into
masterfrom
fix-println-bug
Open

Fix incorrect use of fmt.Println.#4937
NullHypothesis wants to merge 1 commit into
masterfrom
fix-println-bug

Conversation

@NullHypothesis

Copy link
Copy Markdown

Change Summary

What and Why:

I just noticed the following in a fly launch run:

failed setting FLY_API_TOKEN secret in GitHub repository settings: %w exit status 1

The %w shouldn't be printed.

How:

This PR replaces fmt.Println with fmt.Printf to have that error displayed correctly.

Related to:


Documentation

  • Fresh Produce
  • In superfly/docs, or asked for help from docs team
  • n/a

I just noticed the following in a `fly launch` run:

    failed setting FLY_API_TOKEN secret in GitHub repository settings: %w exit status 1

This PR replaces `fmt.Println` with `fmt.Printf` to have that error
displayed correctly.
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.

1 participant