Skip to content

Commit

Permalink
fix(plugins): make package
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <[email protected]>
  • Loading branch information
yesnault committed Jun 4, 2020
1 parent a8421d4 commit 261a054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build: $(TARGET_PLUGINS)

.PHONY: dist

dist:
package:
@mkdir -p dist
@for PLU in $(ALL_PLUGINS); do \
for F in `find $$PLU/dist -name "$$PLU*"`; do \
Expand Down

0 comments on commit 261a054

Please sign in to comment.