File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8080FEATURE_DIR=" $SPECS_DIR /$BRANCH_NAME "
8181mkdir -p " $FEATURE_DIR "
8282
83- TEMPLATE=" $REPO_ROOT /templates/spec-template.md"
83+ TEMPLATE=" $REPO_ROOT /.specify/ templates/spec-template.md"
8484SPEC_FILE=" $FEATURE_DIR /spec.md"
8585if [ -f " $TEMPLATE " ]; then cp " $TEMPLATE " " $SPEC_FILE " ; else touch " $SPEC_FILE " ; fi
8686
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if ($hasGit) {
8989$featureDir = Join-Path $specsDir $branchName
9090New-Item - ItemType Directory - Path $featureDir - Force | Out-Null
9191
92- $template = Join-Path $repoRoot ' templates/spec-template.md'
92+ $template = Join-Path $repoRoot ' .specify/ templates/spec-template.md'
9393$specFile = Join-Path $featureDir ' spec.md'
9494if (Test-Path $template ) {
9595 Copy-Item $template $specFile - Force
You can’t perform that action at this time.
0 commit comments