Skip to content

Commit e642aca

Browse files
authored
Update template path for spec file creation
1 parent f106332 commit e642aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bash/create-new-feature.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fi
8080
FEATURE_DIR="$SPECS_DIR/$BRANCH_NAME"
8181
mkdir -p "$FEATURE_DIR"
8282

83-
TEMPLATE="$REPO_ROOT/templates/spec-template.md"
83+
TEMPLATE="$REPO_ROOT/.specify/templates/spec-template.md"
8484
SPEC_FILE="$FEATURE_DIR/spec.md"
8585
if [ -f "$TEMPLATE" ]; then cp "$TEMPLATE" "$SPEC_FILE"; else touch "$SPEC_FILE"; fi
8686

0 commit comments

Comments
 (0)