Skip to content

Commit

Permalink
Merge pull request #2 from bandorko/fix-deps-resolve-error
Browse files Browse the repository at this point in the history
fix: missing deps resolve error output
  • Loading branch information
szkiba authored Sep 25, 2023
2 parents 17d410c + 5da0bda commit d4bbdb6
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 d4bbdb6

Please sign in to comment.