Skip to content

Commit 37178ba

Browse files
committed
Fix typo
1 parent 1521c10 commit 37178ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/context/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func Init(projectName string, outDir string) *projectconfig.ZeroProjectConfig {
5151
}
5252

5353
projectParameters := promptAllModules(moduleConfigs)
54-
for k, v = range projectParameters {
54+
for k, v := range projectParameters {
5555
projectConfig.Context[k] = v
5656
// TODO: Add parameters to module structs inside project
5757
}

0 commit comments

Comments
 (0)