mirror of
https://github.com/ko-build/ko.git
synced 2025-02-10 19:41:38 +02:00
Correct a typo in resolver.go (#989)
This commit is contained in:
parent
d46bc8c75d
commit
427beff447
@ -394,7 +394,7 @@ func ResolveFilesToWriter(
|
||||
futures = futures[1:]
|
||||
if ok {
|
||||
// Write the next body and a trailing delimiter.
|
||||
// We write the delimeter LAST so that when streamed to
|
||||
// We write the delimiter LAST so that when streamed to
|
||||
// kubectl it knows that the resource is complete and may
|
||||
// be applied.
|
||||
out.Write(append(b, []byte("\n---\n")...))
|
||||
|
Loading…
x
Reference in New Issue
Block a user