lee-spec-kit 0.6.6 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5382,7 +5382,7 @@ async function runContext(featureName, options) {
|
|
|
5382
5382
|
if (f.issueNumber) {
|
|
5383
5383
|
console.log(` \u2022 Issue: #${f.issueNumber}`);
|
|
5384
5384
|
}
|
|
5385
|
-
console.log(` \u2022 Path: ${
|
|
5385
|
+
console.log(` \u2022 Path: ${path18.relative(cwd, f.path)}`);
|
|
5386
5386
|
if (f.git.projectBranch) {
|
|
5387
5387
|
console.log(` \u2022 Project Branch: ${f.git.projectBranch}`);
|
|
5388
5388
|
}
|