diff --git a/scripts/install.ps1 b/scripts/install.ps1 index b0a107f..7480425 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -50,3 +50,4 @@ foreach ($item in $targets) { Install-ConfiguredPlugins -RepositoryRoot $root -Client $Client -DryRun:$DryRun -Update:$UpdatePlugins Write-Output ($(if ($DryRun) { 'PASS install dry-run' } else { 'PASS install' })) +exit 0