From aca8641943cd4ca59d7d3247225a5099d9a7109d Mon Sep 17 00:00:00 2001 From: Dan Franciscus Date: Mon, 6 May 2019 11:40:26 -0400 Subject: [PATCH] Some typos --- Examples/Demo-internalizing.MD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Examples/Demo-internalizing.MD b/Examples/Demo-internalizing.MD index 9b66f40..8b8b05b 100644 --- a/Examples/Demo-internalizing.MD +++ b/Examples/Demo-internalizing.MD @@ -31,8 +31,7 @@ GoogleChrome Internalize Success 74.0.3729.131 {C:\Chocotemp\chocolatey-core.ext ``` PS C:\Chocotemp> $Upgradepkgs = Invoke-ChocoUpgradeIntPackage -PackageNames $intpkgs -Path $Path | Where-Object {$_.Result -eq 'Upgrade Success'} -PS C:\Chocotemp> Where-Object {$_.Result -eq 'Upgrade Success'} -$Upgradepkgs +PS C:\Chocotemp> $Upgradepkgs Name Result Version NuGetpkgs ---- ------ ------- --------- @@ -42,8 +41,7 @@ GoogleChrome Upgrade Success 74.0.3729.131 {C:\Chocotemp\chocolatey-core.extensi ### Push packages that were successfully upgrade to an internal repo ``` PS C:\Chocotemp> $Pushed = Push-ChocoIntPackage -PackageNames $Upgradepkgs -Path $Path ` --ApiKey $Api -RepositoryURL $LocalRepo | -Where-Object {$_.Result -like 'Push Success'} +-ApiKey $Api -RepositoryURL $LocalRepo | Where-Object {$_.Result -like 'Push Success'} PS C:\Chocotemp> $Pushed Name Result Version NuGetPackage