mirror of
https://github.com/github/spec-kit.git
synced 2026-01-31 13:03:36 +00:00
Update config
This commit is contained in:
@@ -12,7 +12,7 @@ function Get-RepoRoot {
|
||||
}
|
||||
|
||||
# Fall back to script location for non-git repos
|
||||
return (Resolve-Path (Join-Path $PSScriptRoot "../..")).Path
|
||||
return (Resolve-Path (Join-Path $PSScriptRoot "../../..")).Path
|
||||
}
|
||||
|
||||
function Get-CurrentBranch {
|
||||
|
||||
Reference in New Issue
Block a user