Skip to content

Commit

Permalink
fix(cmd): signup should provide feedback on success
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Apr 6, 2020
1 parent 0845289 commit 855ff8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func (o *RegistryOptions) Signup() error {
if err := o.RegistryClientMethods.CreateProfile(p, &ok); err != nil {
return err
}
printSuccess(o.ErrOut, "user %s created on registry, connected local key", o.Username)
return nil
}

Expand Down

0 comments on commit 855ff8f

Please sign in to comment.