Let COMMAND_WHITELIST be an Array, not a String

This commit is contained in:
Akira Matsuda 2014-03-16 12:23:58 +09:00
parent ecebe5ea1a
commit e9625d63bb

@ -27,7 +27,7 @@ class CommandsTasks # :nodoc:
All commands can be run with -h (or --help) for more information.
EOT
COMMAND_WHITELIST = %(plugin generate destroy console server dbconsole runner new version help)
COMMAND_WHITELIST = %w(plugin generate destroy console server dbconsole runner new version help)
def initialize(argv)
@argv = argv