We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41884e2 commit 9426dceCopy full SHA for 9426dce
src/ALZ/Private/Deploy-Accelerator-Helpers/New-Bootstrap.ps1
@@ -114,7 +114,7 @@ function New-Bootstrap {
114
# Add the root module folder to bootstrap input config
115
$inputConfig | Add-Member -NotePropertyName "root_module_folder_relative_path" -NotePropertyValue @{
116
Value = $starterRootModuleFolder
117
- Source = "caluated"
+ Source = "calculated"
118
}
119
120
# Set the starter root module folder full path
0 commit comments