Skip to content

Commit

Permalink
use open not heroku open
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Aug 10, 2012
1 parent b8f045b commit bdb996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/push2heroku/base.rb
Expand Up @@ -55,7 +55,7 @@ def build_commands
add_after_every_install

if public_url = settings.public_url
commands << "bundle exec heroku open --app #{public_url}"
commands << "open http://#{public_url}"
else
commands << "bundle exec heroku open --app #{heroku_app_name}"
end
Expand Down

0 comments on commit bdb996a

Please sign in to comment.