Skip to content

Commit

Permalink
Update get_community_tools.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut authored Jul 11, 2024
1 parent 55a7a41 commit 62aa1f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/get_community_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# stop on error
set -e

if [ ! -z $1 && $1=="test" ]
then
if [[ ! -z $1 && $1=="test" ]]; then
python bin/extract_galaxy_tools.py \
filter \
--all "results/all_tools.json" \
Expand Down

0 comments on commit 62aa1f3

Please sign in to comment.