Make help and gollum action work the same, bind to 0.0.0.0

This commit is contained in:
eston
2010-11-27 12:59:29 -08:00
parent 34b75c2a60
commit 4b6eb34504
+1 -1
View File
@@ -18,7 +18,7 @@ require 'rubygems'
require 'gollum'
exec = {}
options = { 'port' => 4567, 'bind' => '127.0.0.1' }
options = { 'port' => 4567, 'bind' => '0.0.0.0' }
opts = OptionParser.new do |opts|
opts.banner = help