Skip to content

Commit

Permalink
Make target revendor was replaced with tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Sep 3, 2024
1 parent 4237a6e commit bbee1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build:
go build -ldflags $(LD_FLAGS) -tags netgo ./cmd/gardener-extension-backup-s3

.PHONY: install
install: revendor $(HELM)
install: tidy $(HELM)
@LD_FLAGS="-w -X github.com/gardener/$(EXTENSION_PREFIX)-$(NAME)/pkg/version.Version=$(VERSION)" \
bash $(GARDENER_HACK_DIR)/install.sh ./...

Expand Down

0 comments on commit bbee1d2

Please sign in to comment.