@@ -95,8 +95,7 @@ |
||
95 | 95 | |
96 | 96 | if(!count($difference)) { |
97 | 97 | $this->info('There are no changes to apply locally.'); |
98 | - } |
|
99 | - else { |
|
98 | + } else { |
|
100 | 99 | $this->info('Remote changes detected, applying...'); |
101 | 100 | |
102 | 101 | $localStats = $this->applyDifference($difference); |