Skip to content

Commit

Permalink
test: remove spurious cd from make bootstrap
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Jan 21, 2025
1 parent cbc100a commit feffb8a
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 @@ -122,7 +122,7 @@ verify-deps: deps
bootstrap: controller-gen
@for tool in $(EXTERNAL_TOOLS) ; do \
echo "+ Installing $$tool" ; \
cd && GO111MODULE=on go install -mod=mod $$tool; \
GO111MODULE=on go install -mod=mod $$tool; \
done

.PHONY: controller-gen
Expand Down

0 comments on commit feffb8a

Please sign in to comment.