summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 17:30:05 +0200
committerewy <ewy0@protonmail.com>2026-04-14 17:30:05 +0200
commit05108582840f3863dbcde4050a9c03fd7f35c948 (patch)
tree5fda82428712813e1705149688aa2fa26f7f4495
parentda2a1f0de3f2cf2705b9ec205b8effecff7787af (diff)
add new line to prevent garbling
-rw-r--r--run/run.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/run.go b/run/run.go
index 42720f2..26d2913 100644
--- a/run/run.go
+++ b/run/run.go
@@ -99,5 +99,6 @@ func Exec(source *model.Source, target model.Target, args ...string) error {
if *flags.Root {
cmd.Args = append([]string{"sudo"}, cmd.Args...)
}
+ _, _ = fmt.Fprintln(os.Stderr)
return cmd.Run()
}