diff options
author | Azul <azul@leap.se> | 2012-10-10 19:56:35 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-11 10:15:40 +0200 |
commit | 00b7b36516d1d07300870029ad5190f06122a493 (patch) | |
tree | bf9cf8ad372d47df95f13a189d704455910ade91 /lib/tasks | |
parent | 95ba833ffea8588ba498ed28fdb02c15fdb062cd (diff) |
first steps at reducing core
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/task_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/task_helper.rb b/lib/tasks/task_helper.rb index aa37698..26e60bc 100644 --- a/lib/tasks/task_helper.rb +++ b/lib/tasks/task_helper.rb @@ -2,7 +2,7 @@ require File.expand_path('../../../lib/leap_web/version', __FILE__) module TaskHelper - ENGINES = %w(core users certs help) + ENGINES = %w(users certs help) def putsys(cmd) puts cmd |