Skip to content

fix: add missing newline in custom-envs get output#252

Merged
mbabic84 merged 1 commit into
mainfrom
fix/custom-envs-get-newline
Jul 14, 2026
Merged

fix: add missing newline in custom-envs get output#252
mbabic84 merged 1 commit into
mainfrom
fix/custom-envs-get-newline

Conversation

@mbabic84

Copy link
Copy Markdown
Owner

Summary

  • Fix missing trailing newline in kilo-entrypoint custom-envs get output

Problem

kilo-entrypoint custom-envs get <KEY> used fmt.Print(val) which outputs the value without a trailing newline, causing the shell prompt to appear on the same line as the value.

Solution

Changed fmt.Print(val) to fmt.Println(val) in runCustomEnvsGet().

Changes

  • cmd/kilo-entrypoint/customenv.go:110fmt.Print(val)fmt.Println(val)

@mbabic84
mbabic84 merged commit 0e895f9 into main Jul 14, 2026
1 check passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 3.52.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@mbabic84
mbabic84 deleted the fix/custom-envs-get-newline branch July 14, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant