Skip to content

Commit

Permalink
Watch for updates on port 3124.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Sep 22, 2010
1 parent 34ad72e commit 856778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/update_watch.rb
@@ -1,7 +1,7 @@
require 'rubygems' require 'rubygems'
require 'sinatra' require 'sinatra'
require 'json' require 'json'
set :port, 3123 set :port, 3124
set :environment, :production set :environment, :production
enable :lock enable :lock
Dir.chdir(File.dirname(__FILE__) + "/..") Dir.chdir(File.dirname(__FILE__) + "/..")
Expand Down

0 comments on commit 856778d

Please sign in to comment.