Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Lets join 'em
Browse files Browse the repository at this point in the history
  • Loading branch information
skalnik committed Jan 11, 2013
1 parent da64e1d commit 6f402eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

module MakeMe
class App < Sinatra::Base
RACK_ROOT = ENV['RACK_ROOT'] || File.expand_path(File.dirname(__FILE__), '..')
RACK_ROOT = ENV['RACK_ROOT'] || File.expand_path(File.join(File.dirname(__FILE__), '..'))
APP_ROOT = File.expand_path(RACK_ROOT, '..')
PID_FILE = File.join(APP_ROOT, 'tmp', 'make.pid')
LOG_FILE = File.join(APP_ROOT, 'tmp', 'make.log')
Expand Down

0 comments on commit 6f402eb

Please sign in to comment.