From dd5bd1ae71e6501fef9f6063341fdf691bbf351c Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Sun, 6 Oct 2024 01:34:18 +0200 Subject: [PATCH] prettier formatting --- etools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etools b/etools index c30d89f..021907f 100644 --- a/etools +++ b/etools @@ -84,7 +84,8 @@ function etools_get_version() { fi latest=$(_get_latest "$1" "${2:-${package_offset[$1]:-0}}" "$arch") [ -n "$latest" ] && _extract_version "$latest" && "$ETOOLS_DIR"/helper.sh && return 0; - ewarn "No version found for package: $1$( (( ! ${2:-${package_offset[$1]:-0}} == 0 )) && echo " with offset $offset")" + ewarn "No version found for package: $1$( (( ! ${2:-${package_offset[$1]:-0}} == 0 )) \ + && echo " with offset $offset")" }