From c2b367c1650684d2f05a4e3dca3db65dfcef97b6 Mon Sep 17 00:00:00 2001 From: Sergey Golitsynskiy Date: Tue, 25 Jan 2022 09:57:34 -0500 Subject: [PATCH] Update manage_db.sh ($@ > "$@") Co-authored-by: Dannon --- manage_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage_db.sh b/manage_db.sh index 06522ce9999..a4fc63e4506 100755 --- a/manage_db.sh +++ b/manage_db.sh @@ -45,5 +45,5 @@ if [ "$i" == "tool_shed" ]; then 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" $@ + python ./scripts/manage_db_adapter.py --alembic-config "$ALEMBIC_CONFIG" "$@" fi