Skip to content

Commit

Permalink
Disable Hubble
Browse files Browse the repository at this point in the history
Waiting on microsoft/winget-pkgs#189500 to be fixed
  • Loading branch information
nebula-it committed Nov 23, 2024
1 parent c3a8e78 commit 3e85a4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createManifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ($env:GITHUB_TOKEN) {
}
}

$packages = Get-ChildItem .\packages -Exclude schema.json
$packages = Get-ChildItem .\packages\*.json -Exclude schema.json
foreach ($package in $packages) {
$packageInfo = Get-Content -Raw $package | ConvertFrom-Json
Write-Host "`n======== Working on Package $($packageInfo.Name) ========" -ForegroundColor Green
Expand Down
File renamed without changes.

0 comments on commit 3e85a4c

Please sign in to comment.