Skip to content

Commit

Permalink
Quote *.pyc in the find/cleanup command for manage_db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Apr 7, 2019
1 parent 9dbace0 commit d13e1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_db.sh
Expand Up @@ -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 $@

0 comments on commit d13e1ce

Please sign in to comment.