Skip to content

Commit 93f01fb

Browse files
committed
Merge branch 'master' into 27610_8.3_fixes
2 parents aca2e2d + 4b00032 commit 93f01fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/SiteDbImportCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
176176

177177
// Copy file to /tmp.
178178
$command .= sprintf(
179-
'cp %s /tmp; ',
179+
'cp -L %s /tmp; ',
180180
$this->filename
181181
);
182182
}

0 commit comments

Comments
 (0)