Skip to content

Commit 6a398fe

Browse files
authored
Merge branch 'master' into testInternalGetWorkflowHistory
2 parents c8a14cd + 6b2bc0d commit 6a398fe

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)