Skip to content

Commit cf4274a

Browse files
committed
allow execute to access projectName
1 parent 7b715ac commit cf4274a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/init/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func loadAllModules(moduleSources []string) (map[string]moduleconfig.ModuleConfi
103103

104104
// promptAllModules takes a map of all the modules and prompts the user for values for all the parameters
105105
func promptAllModules(modules map[string]moduleconfig.ModuleConfig, projectCredentials globalconfig.ProjectCredential) map[string]string {
106-
parameterValues := make(map[string]string)
106+
parameterValues := map[string]string{"projectName": projectCredentials.ProjectName}
107107
for _, config := range modules {
108108
var err error
109109

0 commit comments

Comments
 (0)