Skip to content

Commit

Permalink
fix(Makefile): Fix addlicense for more general use (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen Cheng <rudeigerc@gmail.com>
  • Loading branch information
rudeigerc committed May 27, 2022
1 parent c54279a commit ee31696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ debug-local:
done

addlicense: addlicense-install
addlicense -c "The envd Authors" **/*.go **/**/*.go **/**/**/*.go
addlicense -c "The envd Authors" $$(find . -type f -name '*.go')

test-local:
@go test -v -race -coverprofile=coverage.out ./...
Expand Down

0 comments on commit ee31696

Please sign in to comment.