@@ -32,7 +32,7 @@ |
||
| 32 | 32 | $logger->addInfo("Updating Bot");
|
| 33 | 33 | putenv("COMPOSER_HOME=/usr/local/bin/composer");
|
| 34 | 34 | $output = shell_exec('sh ' . dirname(__FILE__) . '/update.sh');
|
| 35 | - if ($output == "1"){
|
|
| 35 | + if ($output == "1") {
|
|
| 36 | 36 | $logger->addInfo("Update Complete");
|
| 37 | 37 | return "1"; |
| 38 | 38 | } |