Skip to content

Commit

Permalink
Update packages/kbn-dev-utils/src/plugins/parse_kibana_platform_plugi…
Browse files Browse the repository at this point in the history
…n.ts

Co-authored-by: Spencer <email@spalger.com>
  • Loading branch information
stacey-gammon and Spencer authored Feb 8, 2021
1 parent ec953af commit 256acf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function parseKibanaPlatformPlugin(manifestPath: string): KibanaPlatformP
}

return {
relativeDirectory: Path.dirname(manifestPath).slice(REPO_ROOT.length),
relativeDirectory: Path.relative(REPO_ROOT, Path.dirname(manifestPath)),
directory: Path.dirname(manifestPath),
manifestPath,
manifest: {
Expand Down

0 comments on commit 256acf6

Please sign in to comment.