@@ -93,7 +93,7 @@ |
||
93 | 93 | |
94 | 94 | $this->output->writeln(sprintf('[LOKALISE] Downloading translations from bundle url: %s', $bundleUrl)); |
95 | 95 | |
96 | - $path = storage_path().'locale.zip'; |
|
96 | + $path = storage_path() . 'locale.zip'; |
|
97 | 97 | $file = fopen($path, 'wb'); |
98 | 98 | $client = new Client(); |
99 | 99 | $client->get($bundleUrl, ['save_to' => $file]); |