mirror of
https://github.com/github/spec-kit.git
synced 2026-03-23 22:03:08 +00:00
fix: capitalize docstring and use touch instead of colon redirect
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/spec-kit/sessions/008835a0-7778-40bb-bdb2-4182b22be315
This commit is contained in:
committed by
GitHub
parent
5e49ec6936
commit
17810c8e85
@@ -86,7 +86,7 @@ Given that feature description, do this:
|
||||
- Ensure the directory and spec file exist:
|
||||
- Bash:
|
||||
- `mkdir -p "$FEATURE_DIR"`
|
||||
- `: > "$SPEC_FILE"`
|
||||
- `touch "$SPEC_FILE"`
|
||||
- PowerShell:
|
||||
- `New-Item -ItemType Directory -Path $env:FEATURE_DIR -Force | Out-Null`
|
||||
- `New-Item -ItemType File -Path $env:SPEC_FILE -Force | Out-Null`
|
||||
|
||||
Reference in New Issue
Block a user