Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 9, 2011
1 parent feb4a3d commit 0dfd3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wsoc/course.rb
Expand Up @@ -28,7 +28,7 @@ def self.included(base)
set :port, Config::DEFAULT_PORT

set :root, File.expand_path(File.join(File.dirname(__FILE__),'..','..'))
set :course, File.join(self.public,'course')
set :course, File.join(self.root,'course')
enable :static, :sessions

helpers WSOC::Helpers
Expand Down

0 comments on commit 0dfd3bf

Please sign in to comment.