Skip to content

Commit

Permalink
correct CS
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jun 19, 2017
1 parent be0b4e1 commit b77414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/UpdateDatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$this->stopwatch->start('update');

$tmp_zip = sys_get_temp_dir().DIRECTORY_SEPARATOR.basename(parse_url($url, PHP_URL_PATH));
$tmp_unzip = sys_get_temp_dir().DIRECTORY_SEPARATOR. basename($target);
$tmp_unzip = sys_get_temp_dir().DIRECTORY_SEPARATOR.basename($target);

$io->comment(sprintf('Beginning download of file: %s', $url));

Expand Down

0 comments on commit b77414f

Please sign in to comment.