Skip to content

Commit ad2749f

Browse files
J12934Weltraumschaf
authored andcommitted
Remove unnecessary mv
At least it seems unnecessary. Script came directly from the newer kubebuilder version Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 11f57a6 commit ad2749f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operator/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,5 @@ set -e; \
201201
package=$(2)@$(3) ;\
202202
echo "Downloading $${package}" ;\
203203
GOBIN=$(LOCALBIN) go install $${package} ;\
204-
mv "$$(echo "$(1)" | sed "s/-$(3)$$//")" $(1) ;\
205204
}
206205
endef

0 commit comments

Comments
 (0)