From a7edbc0cc7690c00a5f067445d790bda82974413 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:08:40 +0200 Subject: [PATCH] Update helpers: go home aleks u drunk --- helpers/helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/helpers b/helpers/helpers index 393628052..10cefdcad 100644 --- a/helpers/helpers +++ b/helpers/helpers @@ -13,7 +13,7 @@ YNH_HELPERS_DIR="$SCRIPT_DIR/helpers.v${YNH_HELPERS_VERSION}.d" case "$YNH_HELPERS_VERSION" in "1" | "2" | "2.1") readarray -t HELPERS < <(find -L "$YNH_HELPERS_DIR" -mindepth 1 -maxdepth 1 -type f) - source $YNH_HELPERS_VERSION/getopts + source $YNH_HELPERS_DIR/getopts for helper in "${HELPERS[@]}"; do [ -r "$helper" ] && source "$helper" done