From 4674fc5cef5186c65298ef0f238b3afc9dd3bc62 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:15:04 -0400 Subject: [PATCH] fix(steps-guix/jump): remove check --- steps-guix/jump/break.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/steps-guix/jump/break.sh b/steps-guix/jump/break.sh index 114e9c52..3c22afdd 100644 --- a/steps-guix/jump/break.sh +++ b/steps-guix/jump/break.sh @@ -4,11 +4,8 @@ set -e -# Optional in some preseed/testing contexts. -if [ -f /steps/bootstrap.cfg ]; then - # shellcheck disable=SC1091 - . /steps/bootstrap.cfg -fi +# shellcheck disable=SC1091 +. /steps/bootstrap.cfg # For VM/metal runs, stop immediately so the current disk state can be reused. if [ "${CHROOT}" = False ]; then