diff --git a/src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 b/src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 index 065de24f..ddcbe30c 100644 --- a/src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 +++ b/src/Puppet.Dsc/internal/functions/Invoke-BundleInstall.ps1 @@ -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)