Fixed choco outdated command to not use $LASTEXITCODE and instead check if NULL

This commit is contained in:
Dan Franciscus
2019-06-05 10:04:31 -04:00
parent 1e0b6fde5a
commit fcc67aa9c5
3 changed files with 13 additions and 26 deletions

View File

@@ -12,7 +12,7 @@
RootModule = 'Chocolatey-tools.psm1'
# Version number of this module.
ModuleVersion = '0.4.2'
ModuleVersion = '0.4.3'
# Supported PSEditions
# CompatiblePSEditions = @()