From 4b6eb34504c706e98cb0345dc17ca1283cf4ff13 Mon Sep 17 00:00:00 2001 From: eston Date: Sat, 27 Nov 2010 12:59:29 -0800 Subject: [PATCH] Make help and gollum action work the same, bind to 0.0.0.0 --- bin/gollum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gollum b/bin/gollum index 86ac7622..dcfd8156 100755 --- a/bin/gollum +++ b/bin/gollum @@ -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