mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Install - gitDirty param type
This commit is contained in:
parent
4eac9874d0
commit
aa5f3c06ae
1 changed files with 1 additions and 1 deletions
|
|
@ -901,7 +901,7 @@ function Restore-File() {
|
|||
[Parameter(Mandatory=$true, Position=1)]
|
||||
[string] $gitDir,
|
||||
[Parameter(Position=2)]
|
||||
[switch] $gitDirty = $false
|
||||
[string] $gitDirty = "$false"
|
||||
)
|
||||
|
||||
if ( "${gitDirty}" -eq $true ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue