We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 247fa4e + 4caf284 commit a624afdCopy full SHA for a624afd
lib/Migration/MakeItineraryExtractorExecutable.php
@@ -27,7 +27,7 @@ class MakeItineraryExtractorExecutable implements IRepairStep {
27
28
public function __construct(LoggerInterface $logger,
29
?string $file = null) {
30
- $this->file = $file ?? __DIR__ . '/../../vendor/christophwurst/kitinerary-bin/bin/kitinerary-extractor';
+ $this->file = $file ?? (__DIR__ . '/../../vendor/nextcloud/kitinerary-bin/bin/kitinerary-extractor');
31
$this->logger = $logger;
32
}
33
0 commit comments