Skip to content

Commit

Permalink
docs: typo on README.md (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed May 10, 2021
1 parent d5ec166 commit 09aea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ builds, or delete any previously built images.

[Using -ldflags](https://blog.cloudflare.com/setting-go-variables-at-compile-time/)
is a common way to embed version info in go binaries (In fact, we do this for
`ko`!). Unforunately, because `ko` wraps `go build`, it's not possible to use
`ko`!). Unfortunately, because `ko` wraps `go build`, it's not possible to use
this flag directly; however, you can use the `GOFLAGS` environment variable
instead:

Expand Down

0 comments on commit 09aea0d

Please sign in to comment.