Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac committed Jan 8, 2025
1 parent d396a0b commit e2387d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/app-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ function BuildAndLoadPlc {
cd $appFolder
# apax install
#$result = run-command -command "apax install"
apax install
apax install > $null 2>&1
return
if ($($result.Success) -match "True")
{
Expand Down

0 comments on commit e2387d6

Please sign in to comment.