aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/themes.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/themes.rake')
-rw-r--r--lib/tasks/themes.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake
index 1eed92f1e..78ffe73be 100644
--- a/lib/tasks/themes.rake
+++ b/lib/tasks/themes.rake
@@ -2,7 +2,7 @@
namespace :themes do
def plugin_dir
- File.join(Rails.root,"vendor","plugins")
+ File.join(Rails.root,"lib","themes")
end
def theme_dir(theme_name)