@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | class Application extends \Symfony\Component\Console\Application |
6 | 6 | { |
7 | - const LOGO = <<<TXT |
|
7 | + const LOGO = <<<TXT |
|
8 | 8 | ___ __ _ ___ |
9 | 9 | / _ | ________/ / (_) __/ _ \ |
10 | 10 | / __ |/ __/ __/ _ \/ / |/ / , _/ |
@@ -427,7 +427,7 @@ |
||
427 | 427 | public function dump(string $targetPath, int $revision = null, SynchronizationProgressListenerInterface $progressListener = null): OperationResultCollection |
428 | 428 | { |
429 | 429 | $originalLocalPath = $this->localPath; |
430 | - $this->localPath = rtrim($this->expandTildePath($targetPath), DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR; |
|
430 | + $this->localPath = rtrim($this->expandTildePath($targetPath), DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR; |
|
431 | 431 | |
432 | 432 | try |
433 | 433 | { |
@@ -27,7 +27,7 @@ |
||
27 | 27 | $archivr = new ArchivR($configuration); |
28 | 28 | $archivr->dump( |
29 | 29 | $input->getArgument('path'), |
30 | - $input->getOption( 'revision') ? (int)$input->getOption('revision') : null, |
|
30 | + $input->getOption('revision') ? (int)$input->getOption('revision') : null, |
|
31 | 31 | $input->getOption('vault'), |
32 | 32 | new SynchronizationProgressListener($output) |
33 | 33 | ); |