Skip to content

Commit

Permalink
Clickable server address
Browse files Browse the repository at this point in the history
  • Loading branch information
daigoro authored and rtomayko committed Oct 31, 2009
1 parent 69bbe41 commit acd2ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/shotgun
Expand Up @@ -130,7 +130,7 @@ require 'shotgun'
app = Shotgun.new(config, app_wrapper)

server.run app, options do |inst|
puts "== Shotgun starting #{server.to_s} on #{options[:Host]}:#{options[:Port]}"
puts "== Shotgun starting #{server.to_s} on http://#{options[:Host]}:#{options[:Port]}"

if browse
require 'launchy'
Expand Down

1 comment on commit acd2ebb

@bry4n
Copy link

@bry4n bry4n commented on acd2ebb Oct 31, 2009

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That works for me :)

Please sign in to comment.