Skip to content

Commit 4ccb08e

Browse files
committed
rename tools go.mod to toolbox
1 parent fb5c095 commit 4ccb08e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ slack-deprecations: tools/scandeprecation/scandeprecation tools/githubjobs/githu
651651

652652
.PHONY: api-docs
653653
api-docs:
654-
cd tools/crdoc && go tool crdoc --resources ../../config/crd/bases --output ../../docs/api-docs.md
654+
cd tools/toolbox && go tool crdoc --resources ../../config/crd/bases --output ../../docs/api-docs.md
655655

656656
.PHONY: validate-api-docs
657657
validate-api-docs: api-docs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module crdoc
1+
module toolbox
22

33
go 1.25.1
44

File renamed without changes.

0 commit comments

Comments
 (0)