Skip to content

Commit

Permalink
remove whatif
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Dec 11, 2024
1 parent ead5efb commit 388d0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Helpers/Package-Helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function CompatibleConvertFrom-Yaml {
}

. (Join-Path $PSScriptRoot PSModule-Helpers.ps1)
InstallAndImport-ModuleIfNotInstalled -WhatIf:$false "powershell-yaml" "0.4.7"
InstallAndImport-ModuleIfNotInstalled "powershell-yaml" "0.4.7"

return ConvertFrom-Yaml $content
}
Expand Down

0 comments on commit 388d0ab

Please sign in to comment.