Skip to content

Commit

Permalink
Update manage_db.sh (use single = in [ ])
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 1dcce64 commit 394e275
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 @@ -41,7 +41,7 @@ cd `dirname $0`
setup_python

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

0 comments on commit 394e275

Please sign in to comment.