Skip to content

Commit

Permalink
Fixing clean-vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJCross committed Aug 22, 2022
1 parent d129942 commit 7e4bb73
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 @@ -53,7 +53,7 @@ clean-targets:
@rm target/* &> /dev/null || echo " . Already clean"
clean-vendor:
@echo " - cleaning vendored go"
@find . -name "vendor" -type d -exec rm -rf {} \;
@find . -name "vendor" -type d -delete
clean-autoscaler:
@make -C src/autoscaler clean
clean-scheduler:
Expand Down

0 comments on commit 7e4bb73

Please sign in to comment.