Skip to content

Commit

Permalink
fix remove directory failed on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
CatTail authored and seldondev committed Nov 25, 2020
1 parent 6ff8d79 commit dc4f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kafka-proxy: copy_operator fmt vet

.PHONY: copy_operator
copy_operator:
rm _operator -rf
rm -rf _operator
cp -r ../operator _operator


Expand Down

0 comments on commit dc4f04e

Please sign in to comment.