Skip to content

Commit

Permalink
Merge pull request #19 from dantheman2865/master
Browse files Browse the repository at this point in the history
Easier setup on WSL (CLI only)
  • Loading branch information
GliderGeek authored Feb 22, 2022
2 parents d40c8ce + a2ca8d6 commit b4272c6
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 b4272c6

Please sign in to comment.