Skip to content

Commit d32fc4e

Browse files
committed
fix bug in api lifecycle generator file detection
1 parent bc5a303 commit d32fc4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/root/Makefile.generated_files

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ALL_K8S_TAG_FILES := $(shell \
119119
# // +k8s:prerelease-lifecycle-gen=true
120120
#
121121

122-
# The result file, in each pkg, of deep-copy generation.
122+
# The result file, in each pkg, of prerelease-lifecycle generation.
123123
PRERELEASE_LIFECYCLE_BASENAME := $(GENERATED_FILE_PREFIX)prerelease-lifecycle
124124
PRERELEASE_LIFECYCLE_FILENAME := $(PRERELEASE_LIFECYCLE_BASENAME).go
125125

@@ -131,7 +131,7 @@ ifeq ($(DBG_MAKEFILE),1)
131131
$(warning ***** finding all +k8s:prerelease-lifecycle-gen tags)
132132
endif
133133
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) \
135135
| xargs -n1 dirname \
136136
| LC_ALL=C sort -u \
137137
)

0 commit comments

Comments
 (0)