Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit b2e2135

Browse files
committed
Don't print a newline before writing progress dots
1 parent 64f9d07 commit b2e2135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/signup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func (cmd *SignUpCommand) Run() error {
212212
return err
213213
}
214214
}
215-
fmt.Fprintln(cmd.io.Stdout(), "Creating your shared workspace...")
215+
fmt.Fprint(cmd.io.Stdout(), "Creating your shared workspace...")
216216
cmd.progressPrinter.Start()
217217

218218
_, err := client.Orgs().Create(cmd.org, cmd.orgDescription)

0 commit comments

Comments
 (0)