File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ ALL_K8S_TAG_FILES := $(shell \
119
119
# // +k8s:prerelease-lifecycle-gen=true
120
120
#
121
121
122
- # The result file, in each pkg, of deep-copy generation.
122
+ # The result file, in each pkg, of prerelease-lifecycle generation.
123
123
PRERELEASE_LIFECYCLE_BASENAME := $(GENERATED_FILE_PREFIX)prerelease-lifecycle
124
124
PRERELEASE_LIFECYCLE_FILENAME := $(PRERELEASE_LIFECYCLE_BASENAME).go
125
125
@@ -131,7 +131,7 @@ ifeq ($(DBG_MAKEFILE),1)
131
131
$(warning ***** finding all +k8s:prerelease-lifecycle-gen tags)
132
132
endif
133
133
PRERELEASE_LIFECYCLE_DIRS := $(shell \
134
- grep --color=never -l '+k8s:prerelease-lifecycle-gen=' $(ALL_K8S_TAG_FILES) \
134
+ grep --color=never -l '+k8s:prerelease-lifecycle-gen=true ' $(ALL_K8S_TAG_FILES) \
135
135
| xargs -n1 dirname \
136
136
| LC_ALL=C sort -u \
137
137
)
You can’t perform that action at this time.
0 commit comments