1
0
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:
Felix Yan 2023-03-18 20:37:44 +08:00 committed by GitHub
parent d46bc8c75d
commit 427beff447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")...))