Update command_tasks source code

This commit is contained in:
Szymon Madeja 2015-04-05 17:10:40 +02:00
parent 9cc41c36f7
commit 1fda385cdf

@ -163,7 +163,7 @@ throwing an error message. If the command is valid, a method of the same name
is called.
```ruby
COMMAND_WHITELIST = %(plugin generate destroy console server dbconsole application runner new version help)
COMMAND_WHITELIST = %w(plugin generate destroy console server dbconsole application runner new version help)
def run_command!(command)
command = parse_command(command)