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
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ In addition to those, there are:
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