Skip to content

Commit c6051a0

Browse files
authored
Merge pull request #2 from danyow/patch-2
Update template path for spec file creation
2 parents 04cb5f0 + e924a73 commit c6051a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/powershell/create-new-feature.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if ($hasGit) {
8989
$featureDir = Join-Path $specsDir $branchName
9090
New-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'
9494
if (Test-Path $template) {
9595
Copy-Item $template $specFile -Force

0 commit comments

Comments
 (0)