diff --git a/src/sourceTracking.ts b/src/sourceTracking.ts index 7e431dce..6a578c4f 100644 --- a/src/sourceTracking.ts +++ b/src/sourceTracking.ts @@ -330,7 +330,7 @@ export class SourceTracking extends AsyncCreatable { if (options.format === 'ChangeResultWithPaths') { return populateFilePaths({ elements: filteredChanges.map(remoteChangeElementToChangeResult), - packageDirPaths: this.project.getPackageDirectories().map((pkgDir) => pkgDir.path), + packageDirPaths: this.project.getPackageDirectories().map((pkgDir) => pkgDir.fullPath), registry: this.registry, }); }