Skip to content

Commit

Permalink
fix: missing deps resolve error output
Browse files Browse the repository at this point in the history
  • Loading branch information
bandorko committed Sep 24, 2023
1 parent fa062f4 commit 5da0bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/cmd_deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func depsCommand(
if opts.resolve {
ings, rerr := res.Resolve(ctx, deps)
if rerr != nil {
return err
return rerr
}

result = ings
Expand Down

0 comments on commit 5da0bda

Please sign in to comment.