Correct listsize

This commit is contained in:
Alexandre
2022-09-30 08:42:44 +02:00
committed by GitHub
parent 2d5dfdc7b2
commit 11ce2b54a5

View File

@@ -75,7 +75,7 @@ for f in */; do
BYDATE=$(jq -r .dockerhub_by_date updater.json)
# Number of elements to check in dockerhub
if grep -Fxq "dockerhub_list_size" updater.json; then
if grep -q "dockerhub_list_size" updater.json; then
LISTSIZE=$(jq -r .dockerhub_list_size updater.json)
else
LISTSIZE=100