Skip to content

Commit

Permalink
Fix missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Mar 14, 2024
1 parent 8c075b6 commit 581a1f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ALZ/Public/New-ALZEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ function New-ALZEnvironment {
-iac $iac `
-bootstrap $bootstrap `
-bootstrapPath $bootstrapPath `
-bootstrapConfigPath $bootstrapConfigPath
-bootstrapConfigPath $bootstrapConfigPath `
-userInputOverrides $userInputOverrides

$bootstrapDetails = $bootstrapAndStarterConfig.bootstrapDetails
$hasStarterModule = $bootstrapAndStarterConfig.hasStarterModule
Expand Down

0 comments on commit 581a1f8

Please sign in to comment.