Skip to content

Commit 363b7dc

Browse files
Copilotmnriem
andauthored
fix: use unescaped $SCRIPT_DIR in bash error message for actual path
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/spec-kit/sessions/6bcb7cb8-c7da-49d6-8206-1187766f92e1
1 parent 4f1b63a commit 363b7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/scripts/bash/create-new-feature.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ fi
214214
# core common.sh; git-common.sh only supplies has_git / check_feature_branch.
215215
if ! type resolve_template >/dev/null 2>&1 || ! type json_escape >/dev/null 2>&1; then
216216
echo "Error: resolve_template/json_escape not defined. The core common.sh is required but could not be located." >&2
217-
echo "Tried: \$SCRIPT_DIR/common.sh, .specify/scripts/bash/common.sh, scripts/bash/common.sh" >&2
217+
echo "Tried: $SCRIPT_DIR/common.sh, .specify/scripts/bash/common.sh, scripts/bash/common.sh" >&2
218218
exit 1
219219
fi
220220

0 commit comments

Comments
 (0)