Skip to content

Commit

Permalink
Persist relative paths on disk (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidant authored Dec 17, 2024
1 parent db5c8c0 commit 75c4047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugman/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function fetchPlugin (plugin_src, plugins_dir, options) {
pinfo: pluginInfoProvider.get(directory),
fetchJsonSource: {
type: 'local',
path: directory
path: path.relative(projectRoot, directory)
}
};
}).catch(function (error) {
Expand Down

0 comments on commit 75c4047

Please sign in to comment.