Completed
Push — master ( d40022...a8a6e5 )
by Arne
01:50
created
src/Cli/Command/InitCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.