Quote *.pyc in the find/cleanup command for manage_db.sh

This commit is contained in:
Dannon Baker
2019-04-06 20:45:37 -04:00
parent 9dbace05b0
commit d13e1ce72a
+1 -1
View File
@@ -11,5 +11,5 @@ cd `dirname $0`
setup_python
find lib/galaxy/model/migrate/versions -name *.pyc -delete
find lib/galaxy/model/migrate/versions -name '*.pyc' -delete
python ./scripts/manage_db.py $@