Skip to content

Commit

Permalink
renamed main app script
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwilkin committed Aug 27, 2009
1 parent 9809bc4 commit 41f0fec
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -10,5 +10,5 @@ log = File.new("log/sinatra.log", "a")
STDOUT.reopen(log)
STDERR.reopen(log)

require 'istrending.com.rb'
require 'istrending.rb'
run Sinatra::Application
File renamed without changes.

0 comments on commit 41f0fec

Please sign in to comment.