Skip to content

Commit add2150

Browse files
committed
typo
1 parent cb1d5be commit add2150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/configuration/digger_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func ConvertDiggerYamlToConfig(diggerYaml *DiggerConfigYaml, workingDir string,
242242

243243
diggerConfig.Projects = diggerYaml.Projects
244244

245-
// update project's workflows if needed
245+
// update project's workflow if needed
246246
for _, project := range diggerConfig.Projects {
247247
if project.Workflow == "" {
248248
project.Workflow = defaultWorkflowName

0 commit comments

Comments
 (0)