Skip to content

Commit

Permalink
fix(controller): correct typo in output message (akuity#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebast1aan authored Dec 10, 2024
1 parent ad9e16f commit 5d572f4
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",
cfg.SourceBranchFromStep,
)
}
Expand Down

0 comments on commit 5d572f4

Please sign in to comment.