Skip to content

Commit 2d804b4

Browse files
Revert changes to .specify/scripts/powershell/common.ps1
Co-authored-by: johnmbaughman <1634414+johnmbaughman@users.noreply.github.com>
1 parent 0270d46 commit 2d804b4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.specify/scripts/powershell/common.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ function Get-RepoRoot {
88
return $result
99
}
1010
} catch {
11-
# Git command failed - intentionally suppressed as we fall back to script location
12-
Write-Verbose "Git not available or command failed: $_"
11+
# Git command failed
1312
}
1413

1514
# Fall back to script location for non-git repos
@@ -29,8 +28,7 @@ function Get-CurrentBranch {
2928
return $result
3029
}
3130
} catch {
32-
# Git command failed - intentionally suppressed as we fall back to environment or feature dir
33-
Write-Verbose "Git not available or command failed: $_"
31+
# Git command failed
3432
}
3533

3634
# For non-git repos, try to find the latest feature directory

0 commit comments

Comments
 (0)