ObjectCommand: fix typo
This commit is contained in:
parent
b513b40d4e
commit
0ba23e8b4a
library/Director/Cli
|
@ -13,7 +13,7 @@ class ObjectCommand extends Command
|
|||
|
||||
private $object;
|
||||
|
||||
private $experimental = array();
|
||||
private $experimentalFlags = array();
|
||||
|
||||
public function init()
|
||||
{
|
||||
|
@ -202,7 +202,6 @@ class ObjectCommand extends Command
|
|||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Delete a specific object
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue