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

Commit 796ac79

Browse files
committed
Add a blank line after created your shared workspace
1 parent 35f78c3 commit 796ac79

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
@@ -222,7 +222,7 @@ func (cmd *SignUpCommand) Run() error {
222222
} else if err != nil {
223223
return err
224224
} else {
225-
fmt.Fprintln(cmd.io.Stdout(), "Created your shared workspace.")
225+
fmt.Fprint(cmd.io.Stdout(), "Created your shared workspace.\n\n")
226226
}
227227
}
228228
fmt.Fprintf(cmd.io.Stdout(), "Setup complete. To read your first secret, run:\n\n secrethub read %s\n\n", secretPath)

0 commit comments

Comments
 (0)