Skip to content

Commit 1b60195

Browse files
author
OpenShift Bot
committed
Merge pull request #3512 from kargakis/rm-newline
Merged by openshift-bot
2 parents a4395cc + db00da8 commit 1b60195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/cli/cmd/deploy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func (o DeployOptions) RunDeploy() error {
196196
if err != nil {
197197
return err
198198
}
199-
fmt.Fprintln(o.out, desc)
199+
fmt.Fprint(o.out, desc)
200200
}
201201

202202
return err

0 commit comments

Comments
 (0)