Skip to content

Commit

Permalink
Fix .ps1 passing bad --arch to .sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed May 17, 2024
1 parent 9fab34a commit 7a3fa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-lando.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ function Install-LandoInWSL {
$setupParams += "--debug"
}
if ($Arch) {
$setupParams += "--Arch=$Arch"
$setupParams += "--arch=$Arch"
}
if ($Fat) {
$setupParams += "--fat"
Expand Down

0 comments on commit 7a3fa6c

Please sign in to comment.