Skip to content

Commit

Permalink
deploy: Remove extra newline when describing deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kargakis committed Jun 30, 2015
1 parent 262dd14 commit db00da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/cli/cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (o DeployOptions) RunDeploy() error {
if err != nil {
return err
}
fmt.Fprintln(o.out, desc)
fmt.Fprint(o.out, desc)
}

return err
Expand Down

0 comments on commit db00da8

Please sign in to comment.