Add missing 'fi' to if/then for unsupported indices check

This commit is contained in:
weslambert
2022-07-13 09:13:28 -04:00
committed by GitHub
parent fa894cf83b
commit 513c7ae56c

View File

@@ -403,6 +403,7 @@ es_indices_check() {
echo
echo "$UNSUPPORTED_INDICES"
exit 1
fi
}
generate_and_clean_tarballs() {