mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
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…
x
Reference in New Issue
Block a user