Skip to content

Commit

Permalink
Merge branch version/0-46-0-RC1 to adopt changes from PR #3488
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Sep 11, 2024
2 parents e3bcadd + f9ffd04 commit b6fc690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/runbits/runtime/rationalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ func RationalizeSolveError(proj *project.Project, auth *auth.Auth, rerr *error)
*rerr = errs.NewUserFacing(locale.Tr(
"err_alternate_branches",
noMatchingPlatformErr.HostPlatform, noMatchingPlatformErr.HostArch,
proj.BranchName(), strings.Join(branches, "\n - ")))
proj.BranchName(), strings.Join(branches, "\n - ")),
errs.SetInput())
return
}
}
Expand Down

0 comments on commit b6fc690

Please sign in to comment.