Skip to content

Commit

Permalink
fix(controller): correct typo in output message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebast1aan authored Dec 10, 2024
1 parent ad9e16f commit 86c710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/directives/git_pr_opener.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func (g *gitPROpener) getSourceBranch(
stepOutputMap, ok := stepOutput.(map[string]any)
if !ok {
return "", fmt.Errorf(
"output from step with alias %q is not a mao[string]any",
"output from step with alias %q is not a map[string]any",

Check warning on line 288 in internal/directives/git_pr_opener.go

View check run for this annotation

Codecov / codecov/patch

internal/directives/git_pr_opener.go#L288

Added line #L288 was not covered by tests
cfg.SourceBranchFromStep,
)
}
Expand Down

0 comments on commit 86c710b

Please sign in to comment.