Skip to content

Commit

Permalink
ok fixing for heroku deploy we are now done
Browse files Browse the repository at this point in the history
  • Loading branch information
hookercookerman committed Mar 29, 2011
1 parent 64d2ea7 commit 9a531e2
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
Expand Up @@ -16,7 +16,7 @@ set :root, File.dirname(output)
set :public, output

get "/" do
File.read(File.join(output, 'indx.html'))
File.read(File.join(output, 'index.html'))
end
run Sinatra::Application

Expand Down

0 comments on commit 9a531e2

Please sign in to comment.