Skip to content

Commit

Permalink
Sync windows script up with POSIX one, simplify because we have a new…
Browse files Browse the repository at this point in the history
… WSL install (#75)

* make indenting consistent

* Sync windows script up with POSIX one, simplify because we have a new WSL install

* change tests around

* change tests around part 2

* change tests around part 3
  • Loading branch information
pirog authored Dec 1, 2024
1 parent ae87eec commit f692c8c
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 550 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-windows-script-replacer-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Verify new situation
shell: powershell
run: |
if (-not (Get-Command lando | Select-Object -ExpandProperty Source | Select-String -Pattern "$env:USERPROFILE\.lando\bin\lando.exe" -SimpleMatch)) {
if (-not (Get-Command lando | Select-Object -ExpandProperty Source | Select-String -Pattern "$env:USERPROFILE\.lando\bin\lando.cmd" -SimpleMatch)) {
throw "Error: lando is not where we expect it!"
}
Expand Down
Loading

0 comments on commit f692c8c

Please sign in to comment.