ImportCommand: fix typo
Signed-off-by: Thomas Gelf <thomas@gelf.net>
This commit is contained in:
parent
6dbc4e2e83
commit
2771e1131d
|
@ -29,7 +29,7 @@ class ImportCommand extends Command
|
|||
if ($resourceName) {
|
||||
$this->db = Db::fromResourceName($resourceName);
|
||||
} else {
|
||||
$this->fail('Director is not confiured correctly');
|
||||
$this->fail('Director is not configured correctly');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue