Skip to content

Commit

Permalink
Easier setup on WSL (CLI only)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantheman2865 committed Feb 20, 2022
1 parent d40c8ce commit a2ca8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/pocket2rm-setup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func setup(credentialsPath string) error {
authorizationURL := auth.GenerateAuthorizationURL(requestToken, ts.URL)

open(authorizationURL)
fmt.Println("Open Authorization URL: ", authorizationURL)

<-ch //block until request comes in

Expand Down

0 comments on commit a2ca8d6

Please sign in to comment.