Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
build: remove unneeded comma (#230)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kreuzberger <[email protected]>
  • Loading branch information
christian-kreuzberger-dtx authored Dec 15, 2021
1 parent 34823fa commit 521dd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions-scripts/build_helm_chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 521dd1f

Please sign in to comment.