Skip to content

Commit

Permalink
(CAT-1322) - Update Install-Gems function naming as per powershell gu…
Browse files Browse the repository at this point in the history
…idelines
  • Loading branch information
jordanbreen28 committed Sep 11, 2023
1 parent 5fc2806 commit 6c3de2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Puppet.Dsc/functions/New-PuppetDscModule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Function New-PuppetDscModule {
# Generate REFERENCE.md file for the Puppet module from the auto-generated types for each DSC resource
Write-PSFMessage -Message 'Writing the reference documentation for the Puppet module'
Set-PSModulePath -Path $InitialPsModulePath
Install-Gems -PuppetModuleFolderPath $PuppetModuleRootFolderDirectory -Verbose
Invoke-BundleInstall -PuppetModuleFolderPath $PuppetModuleRootFolderDirectory -Verbose
Add-PuppetReferenceDocumentation -PuppetModuleFolderPath $PuppetModuleRootFolderDirectory -Verbose

If ($PassThru) {
Expand Down
2 changes: 1 addition & 1 deletion src/Puppet.Dsc/internal/functions/Install-Gems.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Install-Gems {
function Invoke-BundleInstall {
<#
.SYNOPSIS
Install required gems
Expand Down

0 comments on commit 6c3de2a

Please sign in to comment.