Skip to content

Commit 686b89b

Browse files
committed
Makes size dynamic
1 parent 8e3ba9f commit 686b89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depsAllQuickManualUpgrade.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source pluginUpdatesOne.sh
33

44
# shellcheck disable=SC2154
5-
if [ ${#versions[@]} -ne 9 ]; then
5+
if [ ${#versions[@]} -ne ${#pluginsArr[@]} ]; then
66
echo "Cannot retrieve latest plugin versions. Aborting execution..."
77
exit 0
88
fi

0 commit comments

Comments
 (0)