Skip to content

Commit

Permalink
(CAT-1322) - Update Invoke-BundleInstall function
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Sep 12, 2023
1 parent de6e10b commit 4547521
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ function Invoke-BundleInstall {
Try {
$ErrorActionPreference = 'Stop'
Invoke-PdkCommand -Path $PuppetModuleFolderPath -Command $Command -SuccessFilterScript {
<<<<<<< HEAD
$_ -match 'Bundle complete!'
=======
$_ -match "Bundle complete!"
>>>>>>> 3f13b62 ((CAT-1322) - Update Function Success Criteria)
}
} Catch {
$PSCmdlet.ThrowTerminatingError($PSItem)
Expand Down

0 comments on commit 4547521

Please sign in to comment.