summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-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()
}