@@ -117,7 +117,7 @@ |
||
117 | 117 | 'Timestamp' => date('r'), |
118 | 118 | 'output' => '', |
119 | 119 | ]; |
120 | - $whitelist = ['backupDatabase','pull','composer','npm','migrate','seed','deploy']; |
|
120 | + $whitelist = ['backupDatabase', 'pull', 'composer', 'npm', 'migrate', 'seed', 'deploy']; |
|
121 | 121 | foreach ($steps as $step) { |
122 | 122 | if (in_array($step, $whitelist) && !$this->{$step}()) { |
123 | 123 | $this->log->error('Deploy failed.', $this->result); |