Skip to content

Commit

Permalink
chore(backport release-1.1): fix(controller): correct typo in output …
Browse files Browse the repository at this point in the history
…message (#3113)

Co-authored-by: Sebast1aan <[email protected]>
Co-authored-by: Kent Rancourt <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent d6a1bbd commit b564bca
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",
cfg.SourceBranchFromStep,
)
}
Expand Down

0 comments on commit b564bca

Please sign in to comment.