@@ -73,7 +73,7 @@ |
||
73 | 73 | |
74 | 74 | $configuration->addVault($vaultConfig); |
75 | 75 | } |
76 | - while($this->outputStyle->choice('Add another vault?', ['y', 'n'], 'n') === 'y'); |
|
76 | + while ($this->outputStyle->choice('Add another vault?', ['y', 'n'], 'n') === 'y'); |
|
77 | 77 | |
78 | 78 | |
79 | 79 | $skipDefaults = !$input->getOption('writeDefaults'); |