We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b027584 commit 763281dCopy full SHA for 763281d
1 file changed
PSFramework.NuGet/functions/Repository/Get-PSFRepository.ps1
@@ -45,7 +45,7 @@
45
process {
46
if ($script:psget.V3 -and $Type -in 'All','V3') {
47
foreach ($repository in Get-PSResourceRepository -Name $Name -ErrorAction Ignore) {
48
- if (-not $repository) [ continue ]
+ if (-not $repository) { continue }
49
[PSCustomObject]@{
50
PSTypeName = 'PSFramework.NuGet.Repository'
51
Name = $repository.Name
@@ -65,7 +65,7 @@
65
if (-not $script:psget.v2CanInstall) { $status = 'NoInstall' }
66
67
foreach ($repository in Get-PSRepository -Name $Name -ErrorAction Ignore) {
68
69
70
71
0 commit comments