From 54bbdc180a22fdd6e43208debf422387ed7703c0 Mon Sep 17 00:00:00 2001 From: justin Date: Wed, 28 Jan 2026 11:00:41 -0500 Subject: [PATCH] Remove inline comment in misc/alpine-tools.func --- misc/alpine-tools.func | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/alpine-tools.func b/misc/alpine-tools.func index 3ddc7fda8..6d7ed215a 100644 --- a/misc/alpine-tools.func +++ b/misc/alpine-tools.func @@ -317,7 +317,6 @@ fetch_and_deploy_gh_release() { return 1 } - # The command is the same for all cases other than tarball/source get_url() { printf '%s' "$json" | jq -r '.assets[].browser_download_url' | awk -v p="$pattern" 'BEGIN{IGNORECASE=1} $0 ~ p {print; exit}' |