Skip to content

Commit

Permalink
fix(build): incorrect targest (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Mar 28, 2024
1 parent 090eac9 commit 839bbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/make/service.mak
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ ruby-dep:

# Update all ruby deps.
ruby-update-all-dep:
make -C test update-all
make -C test update-all-dep

# Update proto deps.
proto-update-all-dep:
make -C api update-all
make -C api update-all-dep

# Setup all deps.
dep: go-dep ruby-dep
Expand Down

0 comments on commit 839bbb6

Please sign in to comment.