Skip to content

Commit

Permalink
wrong flag variable swap
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoley13 committed May 13, 2024
1 parent e41dee6 commit 6fe5512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/generate-workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (gwc *generateWorkflowCmd) generateWorkflows(dest string, deployType string
return err
}

maps.Copy(customInputs, flagVariablesMap)
maps.Copy(customInputs, flagValuesMap)

return workflow.CreateWorkflowFiles(deployType, customInputs, templateWriter)
}

0 comments on commit 6fe5512

Please sign in to comment.