Skip to content

Commit db00da8

Browse files
committed
deploy: Remove extra newline when describing deployments
1 parent 262dd14 commit db00da8

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)