Commit eb39d1ff by Qiang Xue

typo

parent 1c2d1e8e
...@@ -95,7 +95,7 @@ class Installer extends LibraryInstaller ...@@ -95,7 +95,7 @@ class Installer extends LibraryInstaller
} }
$path = $fs->normalizePath($path); $path = $fs->normalizePath($path);
if (strpos($path . '/', $vendorDir . '/') === 0) { if (strpos($path . '/', $vendorDir . '/') === 0) {
return ["@$name" => '<vendor-dir>/' . substr($path, strlen($vendorDir))] . '/' . $name; return ["@$name" => '<vendor-dir>/' . substr($path, strlen($vendorDir)) . '/' . $name];
} else { } else {
return ["@$name" => $path . '/' . $name]; return ["@$name" => $path . '/' . $name];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment