Make help and gollum action work the same, bind to 0.0.0.0
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user