We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04cb5f0 + e924a73 commit c6051a0Copy full SHA for c6051a0
scripts/powershell/create-new-feature.ps1
@@ -89,7 +89,7 @@ if ($hasGit) {
89
$featureDir = Join-Path $specsDir $branchName
90
New-Item -ItemType Directory -Path $featureDir -Force | Out-Null
91
92
-$template = Join-Path $repoRoot 'templates/spec-template.md'
+$template = Join-Path $repoRoot '.specify/templates/spec-template.md'
93
$specFile = Join-Path $featureDir 'spec.md'
94
if (Test-Path $template) {
95
Copy-Item $template $specFile -Force
0 commit comments