Skip to content

Commit

Permalink
Update path to Visitors::Server in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
James Conroy-Finn committed Mar 9, 2011
1 parent bf7f1dd commit b1fc72f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/visitors/cli.rb
Expand Up @@ -9,6 +9,7 @@ def store
desc 'web', 'start the web console (NOT IMPLEMENTED)'
def web
require 'vegas'
require File.expand_path('../../../server', __FILE__)
Vegas::Runner.new(Visitors::Server, 'visitors_app')
end
end

0 comments on commit b1fc72f

Please sign in to comment.