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 c76eeec commit d396a0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/app-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ function BuildAndLoadPlc {
}
cd $appFolder
# apax install
$result = run-command -command "apax install"
#$result = run-command -command "apax install"
apax install
return
if ($($result.Success) -match "True")
{
Expand Down

0 comments on commit d396a0b

Please sign in to comment.