From 150d50526f47fcdc6078926c43eefc5ea517e10e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 15 Jun 2023 17:23:44 +0200 Subject: [PATCH] Disable shellcheck error --- update-env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update-env.sh b/update-env.sh index b63aa2a..53625a7 100755 --- a/update-env.sh +++ b/update-env.sh @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC2317 # Don't warn about unreachable commands in this file set -e set -u -- 2.39.5