@@ -40,7 +40,7 @@ |
||
| 40 | 40 | $path = $this->option('destination'); |
| 41 | 41 | $path = reset($path); |
| 42 | 42 | // otherwise use the default path |
| 43 | - if (! $path) { |
|
| 43 | + if (!$path) { |
|
| 44 | 44 | $path = 'ui/preload.js'; |
| 45 | 45 | } |
| 46 | 46 | // fully calculated path is APPDIR/public/ui/preload.js |