Skip to content

Commit

Permalink
fix: wrong path for itinerary executable
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb authored and backportbot[bot] committed Dec 16, 2024
1 parent 6ebbf0a commit 7f54561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Migration/MakeItineraryExtractorExecutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class MakeItineraryExtractorExecutable implements IRepairStep {

public function __construct(LoggerInterface $logger,
?string $file = null) {
$this->file = $file ?? __DIR__ . '/../../vendor/christophwurst/kitinerary-bin/bin/kitinerary-extractor';
$this->file = $file ?? (__DIR__ . '/../../vendor/nextcloud/kitinerary-bin/bin/kitinerary-extractor');
$this->logger = $logger;
}

Expand Down

0 comments on commit 7f54561

Please sign in to comment.