Skip to content

Commit f14789e

Browse files
committed
Add debug line
1 parent 7d30a26 commit f14789e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ALZ/Private/Deploy-Accelerator-Helpers/Get-StarterConfig.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function Get-StarterConfig {
1313
$starterConfigFullPath = Join-Path $starterPath $starterConfigPath
1414
Write-Verbose "Starter config path $starterConfigFullPath"
1515
$starterConfig = Get-ALZConfig -configFilePath $starterConfigFullPath
16+
Write-Verbose "Starter configuration loaded."
1617

1718
return $starterConfig
1819
}

0 commit comments

Comments
 (0)