Skip to content

Commit

Permalink
Improve login open browser error wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy committed Jun 1, 2022
1 parent bd3e491 commit 8dcf7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/features/#.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (l LoginFeature) Execute(input LoginInput) error {

if err := l.browser.OpenURL(gitHubOAuthAuthorizeURL); err != nil {
l.logger.Error(
"\nCannot open browser! Please visit above URL.",
"\nCannot open browser! Please visit above URL",
)
}

Expand Down

0 comments on commit 8dcf7f1

Please # to comment.