From 465372587bf42e68f2aa6c15e738cbb9cff1bd6b Mon Sep 17 00:00:00 2001 From: Yellowcooln <12516003+yellowcooln@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:20:22 -0400 Subject: [PATCH] Fix Buildroot yq comment merge --- buildroot-manage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-manage.sh b/buildroot-manage.sh index f53f2f2..2c4e69c 100644 --- a/buildroot-manage.sh +++ b/buildroot-manage.sh @@ -399,8 +399,8 @@ ensure_yq() { ;; esac - stage "Installing yq" - info "Fetching mikefarah/yq ${YQ_VERSION}" + printf '\n==> Installing yq\n' >&2 + printf ' - Fetching mikefarah/yq %s\n' "$YQ_VERSION" >&2 wget -qO /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${yq_binary}" || { warn "Failed to download yq; config updates will keep working but comments will not be preserved." rm -f /usr/local/bin/yq