Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-weir committed Sep 20, 2023
1 parent d0a456f commit db1576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/install_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (!($ErgomaticVersion -like '*0.0.1*')) {
# Test that we can install at a relative custom location.
Remove-Item "bin" -Recurse -Force -ErrorAction SilentlyContinue
$env:ERGOMATIC_INSTALL = "."
$v = "0.0.1"; .\install.ps1
$v = "0.0.1"; .\scripts\install\install.ps1
$ErgomaticVersion = bin\ergomatic.exe --version
if (!($ErgomaticVersion -like '*0.0.1*')) {
throw $ErgomaticVersion
Expand Down

0 comments on commit db1576a

Please sign in to comment.