Some typos
This commit is contained in:
@@ -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 |
|
PS C:\Chocotemp> $Upgradepkgs = Invoke-ChocoUpgradeIntPackage -PackageNames $intpkgs -Path $Path |
|
||||||
Where-Object {$_.Result -eq 'Upgrade Success'}
|
Where-Object {$_.Result -eq 'Upgrade Success'}
|
||||||
PS C:\Chocotemp> Where-Object {$_.Result -eq 'Upgrade Success'}
|
PS C:\Chocotemp> $Upgradepkgs
|
||||||
$Upgradepkgs
|
|
||||||
|
|
||||||
Name Result Version NuGetpkgs
|
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
|
### Push packages that were successfully upgrade to an internal repo
|
||||||
```
|
```
|
||||||
PS C:\Chocotemp> $Pushed = Push-ChocoIntPackage -PackageNames $Upgradepkgs -Path $Path `
|
PS C:\Chocotemp> $Pushed = Push-ChocoIntPackage -PackageNames $Upgradepkgs -Path $Path `
|
||||||
-ApiKey $Api -RepositoryURL $LocalRepo |
|
-ApiKey $Api -RepositoryURL $LocalRepo | Where-Object {$_.Result -like 'Push Success'}
|
||||||
Where-Object {$_.Result -like 'Push Success'}
|
|
||||||
PS C:\Chocotemp> $Pushed
|
PS C:\Chocotemp> $Pushed
|
||||||
|
|
||||||
Name Result Version NuGetPackage
|
Name Result Version NuGetPackage
|
||||||
|
|||||||
Reference in New Issue
Block a user