Skip to content

Commit 3ce1542

Browse files
Update install.ps1
Co-authored-by: themis-blindfold[bot] <302911107+themis-blindfold[bot]@users.noreply.github.com>
1 parent c34206d commit 3ce1542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if (-not $BinDir) {
105105
Join-Path $env:USERPROFILE '.local\bin'
106106
}
107107
}
108-
if ($env:FLAGSMITH_NO_MODIFY_PATH) { $NoModifyPath = $true }
108+
if ($env:FLAGSMITH_NO_MODIFY_PATH -eq '1') { $NoModifyPath = $true }
109109

110110
$arch = Get-TargetArch
111111
$archive = "flagsmith_$($Version.TrimStart('v'))_windows_$arch.zip"

0 commit comments

Comments
 (0)