mirror of https://github.com/docker/compose.git
Fix script/clean on systems where `find` requires a path argument
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
e7bba2affe
commit
978e9cf38f
|
@ -3,5 +3,5 @@ set -e
|
|||
|
||||
find . -type f -name '*.pyc' -delete
|
||||
find . -name .coverage.* -delete
|
||||
find -name __pycache__ -delete
|
||||
find . -name __pycache__ -delete
|
||||
rm -rf docs/_site build dist docker-compose.egg-info
|
||||
|
|
Loading…
Reference in New Issue