From c2ce062eec74bb26158505f9d82b058842b9e456 Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Wed, 10 Jan 2024 13:04:39 +0100 Subject: [PATCH] fix comment --- .github/scripts/render_and_upload_manifests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/render_and_upload_manifests.sh b/.github/scripts/render_and_upload_manifests.sh index b35f5e32..e4e227ec 100755 --- a/.github/scripts/render_and_upload_manifests.sh +++ b/.github/scripts/render_and_upload_manifests.sh @@ -2,7 +2,7 @@ # This script will render the latest manifests and it will uploaded them to the release on github.com. -# Error handling +# Error handling. set -o nounset # treat unset variables as an error and exit immediately. set -o errexit # exit immediately when a command fails. set -E # needs to be set if we want the ERR trap