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

Commit 35f78c3

Browse files
committed
Remove newline before created your shared workspace
1 parent b2e2135 commit 35f78c3

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(), "\nCreated your shared workspace.")
225+
fmt.Fprintln(cmd.io.Stdout(), "Created your shared workspace.")
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)