@@ -179,8 +179,8 @@ |
||
179 | 179 | $toPath = $this->git->checkout($sourceRepo, $toRevision); |
180 | 180 | |
181 | 181 | try { |
182 | - $fromSources = $fromPath . '/' . ($input->getOption('sources-from') ?? $sourcesPath); |
|
183 | - $toSources = $toPath . '/' . ($input->getOption('sources-to') ?? $sourcesPath); |
|
182 | + $fromSources = $fromPath.'/'.($input->getOption('sources-from') ?? $sourcesPath); |
|
183 | + $toSources = $toPath.'/'.($input->getOption('sources-to') ?? $sourcesPath); |
|
184 | 184 | |
185 | 185 | Assert::that($fromSources)->directory(); |
186 | 186 | Assert::that($toSources)->directory(); |