From 7c5a50c2a0ac60b342f83cee79b4d30fa5cefef8 Mon Sep 17 00:00:00 2001 From: tom5079 Date: Mon, 5 Oct 2020 11:31:09 +0000 Subject: [PATCH] Update tags --- scripts/update.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index a52fd447..2d1a82aa 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,8 +1,5 @@ #!/bin/bash -TAGS_PYTHON= -TAGS_FOLDER= - $TAGS_PYTHON -m pip install -r $TAGS_FOLDER/scripts/requirements.txt > /dev/null 2>&1 tags=$($TAGS_PYTHON $TAGS_FOLDER/scripts/tags.py) @@ -10,4 +7,4 @@ tags=$($TAGS_PYTHON $TAGS_FOLDER/scripts/tags.py) for file in $TAGS_FOLDER/*.json do echo "$tags" | $TAGS_PYTHON $TAGS_FOLDER/scripts/update.py $file -done \ No newline at end of file +done