Skip to content

Commit 266a010

Browse files
committed
chore: updated Makefile examples command
1 parent 675a35f commit 266a010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bench:
1616

1717
# run-example runs the example specified in the example variable with the optional arguments specified in the ARGS variable.
1818
run-example:
19-
go run ./__examples/$(example)/*.go $(ARGS)
19+
go run ./__examples/$(group)/*.go $(ARGS)
2020

2121
update-deps:
2222
go get -v -u ./...

0 commit comments

Comments
 (0)