From 521dd1f217c5dde0af99400b61dd5682f3d0bb23 Mon Sep 17 00:00:00 2001 From: Christian Kreuzberger Date: Wed, 15 Dec 2021 10:38:40 +0100 Subject: [PATCH] build: remove unneeded comma (#230) Signed-off-by: Christian Kreuzberger --- gh-actions-scripts/build_helm_chart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions-scripts/build_helm_chart.sh b/gh-actions-scripts/build_helm_chart.sh index 2040ce8..438cf4e 100755 --- a/gh-actions-scripts/build_helm_chart.sh +++ b/gh-actions-scripts/build_helm_chart.sh @@ -2,7 +2,7 @@ # shellcheck disable=SC2181 VERSION=$1 # e.g., 0.7.2-next.0 -APP_VERSION=$2, # e.g., 0.7.2-next.0+1234 +APP_VERSION=$2 # e.g., 0.7.2-next.0+1234 IMAGE=$3 # e.g., prometheus-service if [ $# -ne 3 ]; then