Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich committed Oct 28, 2024
1 parent 64ddde5 commit 2bbffe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/Update-AllPackageManifests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ param(
[Parameter(Mandatory = $false)] [string] $Submit,
[Parameter(Mandatory = $false)] [string] $Resolves
)

$scriptPath = $MyInvocation.MyCommand.Path
$scriptDirectory = Split-Path -Parent $scriptPath
Import-Module "$scriptDirectory\..\modules\WingetMaintainerModule"
# Check if powershell-yaml module is installed
if (-not (Get-Module -Name powershell-yaml -ListAvailable)) {
# Install powershell-yaml module
Expand Down

0 comments on commit 2bbffe8

Please sign in to comment.