Skip to content

Commit 75c4047

Browse files
authored
Persist relative paths on disk (#942)
1 parent db5c8c0 commit 75c4047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugman/fetch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function fetchPlugin (plugin_src, plugins_dir, options) {
8585
pinfo: pluginInfoProvider.get(directory),
8686
fetchJsonSource: {
8787
type: 'local',
88-
path: directory
88+
path: path.relative(projectRoot, directory)
8989
}
9090
};
9191
}).catch(function (error) {

0 commit comments

Comments
 (0)