Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit db0186b

Browse files
sankari165mrombout
authored andcommitted
Move licensegen file under internal/tools (cadence-workflow#1381)
1 parent 5a21df1 commit db0186b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ $(BIN)/mockery: internal/tools/go.mod
161161
$(call go_build_tool,github.com/vektra/mockery/v2,mockery)
162162

163163
# copyright header checker/writer. only requires stdlib, so no other dependencies are needed.
164-
$(BIN)/copyright: internal/cmd/tools/copyright/licensegen.go
165-
go build -mod=readonly -o $@ ./internal/cmd/tools/copyright/licensegen.go
164+
$(BIN)/copyright: internal/tools/licensegen.go
165+
go build -mod=readonly -o $@ ./internal/tools/licensegen.go
166166

167167
# ensures mod files are in sync for critical packages
168168
$(BUILD)/go_mod_check: go.mod internal/tools/go.mod
File renamed without changes.

0 commit comments

Comments
 (0)