mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-05 20:53:50 -05:00
ef
This commit is contained in:
@ -57,7 +57,7 @@ $script_content.Add($header)
|
||||
|
||||
Update-Progress "Adding: Version" 10
|
||||
$commitHash = (git rev-parse HEAD).Substring(0,16)
|
||||
$gitStatus = if ((git status --porcelain=v1 2>$null).Count -gt 0) { "dirty" } else { "clean" }
|
||||
$gitStatus = (git status --porcelain).Trim()
|
||||
|
||||
$scriptPrelude = $(Get-Content "$workingdir\scripts\start.ps1")
|
||||
|
||||
|
Reference in New Issue
Block a user