Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Open browser in on app start
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Jun 16, 2012
1 parent acc2123 commit 056f3fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/tumblr
Expand Up @@ -18,8 +18,9 @@ class TumblrCommand < Thor

desc "authorize", "Authenticate and authorize the cli"
def authorize(*soak)
`open http://localhost:4567/`
Tumblr::Authentication.run!
Tumblr::Authentication.run! do |server|
`open http://localhost:4567/`
end
end
end

Expand Down

0 comments on commit 056f3fa

Please sign in to comment.