Skip to content

Commit

Permalink
Correct a typo in resolver.go (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Mar 18, 2023
1 parent d46bc8c commit 427beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")...))
Expand Down

0 comments on commit 427beff

Please sign in to comment.