Skip to content

Commit

Permalink
fix a require relative
Browse files Browse the repository at this point in the history
  • Loading branch information
burningTyger committed Mar 10, 2012
1 parent ca231ab commit 5ba3009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
require './farhang'
require "#{File.dirname(__FILE__)}/farhang"
run Sinatra::Application

0 comments on commit 5ba3009

Please sign in to comment.