Skip to content

Commit

Permalink
fix(controller): correct typo in output message (#3112)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d572f4)
  • Loading branch information
Sebast1aan authored and github-actions[bot] committed Dec 10, 2024
1 parent d9932c7 commit 78584ab
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 @@ -280,7 +280,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 283 in internal/directives/git_pr_opener.go

View check run for this annotation

Codecov / codecov/patch

internal/directives/git_pr_opener.go#L283

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

0 comments on commit 78584ab

Please sign in to comment.