Skip to content

Commit

Permalink
Update manage_db.sh ($@ > "$@")
Browse files Browse the repository at this point in the history
Co-authored-by: Dannon <dannon.baker@gmail.com>
  • Loading branch information
jdavcs and dannon committed Mar 1, 2022
1 parent 11657d1 commit 1dcce64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setup_python

for i; do :; done
if [ "$i" == "tool_shed" ]; then
python ./scripts/migrate_toolshed_db.py $@ tool_shed
python ./scripts/migrate_toolshed_db.py "$@" tool_shed
else
find lib/galaxy/model/migrations/alembic -name '*.pyc' -delete
python ./scripts/manage_db_adapter.py --alembic-config "$ALEMBIC_CONFIG" "$@"
Expand Down

0 comments on commit 1dcce64

Please sign in to comment.