Skip to content

Commit

Permalink
rpk: add missing newline in ballast tuner output script
Browse files Browse the repository at this point in the history
Fixes redpanda-data#16064

(cherry picked from commit a4d6f29)
  • Loading branch information
r-vasquez authored and vbotbuildovich committed Feb 16, 2024
1 parent 8534a10 commit f0a10aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestWriteSizedFileCmdRender(t *testing.T) {
int64(1),
)

expected := "truncate -s 1 /some/made/up/filepath.txt"
expected := "truncate -s 1 /some/made/up/filepath.txt\n"
var buf bytes.Buffer

w := bufio.NewWriter(&buf)
Expand Down

0 comments on commit f0a10aa

Please sign in to comment.