We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d16535e + c75fffc commit 45fc9fdCopy full SHA for 45fc9fd
src/Migration/OldTaskFinder.php
@@ -43,7 +43,7 @@ protected function getTasks(string $path, ?string $plugin) {
43
$name = substr($name, 5);
44
45
$taskKey = $plugin ? $plugin . '.' . $name : $name;
46
- $tasks[$taskKey] = $path . $r;
+ $tasks[$taskKey] = $path . basename($r);
47
}
48
49
return $tasks;
0 commit comments