Skip to content

Commit 819ae28

Browse files
committed
update comment
1 parent ead2fd0 commit 819ae28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ tidy-check: tidy
495495
exit 1; \
496496
fi
497497

498-
licenses: $(LICENSES_FILE) ## regenerate go licenses
498+
licenses: $(LICENSES_FILE) ## generate licenses.txt
499499

500500
$(LICENSES_FILE): go.sum pnpm-lock.yaml uv.lock
501501
$(GO) run $(TRIVY_PACKAGE) fs --quiet --security-checks license --exit-code 0 --format spdx --output $(LICENSES_FILE) .

0 commit comments

Comments
 (0)