Skip to content

Commit

Permalink
Whitespace fix in version
Browse files Browse the repository at this point in the history
  • Loading branch information
greggbjensen committed Aug 15, 2024
1 parent 98293d8 commit d9670c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/charts-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
chart=$(dirname $chartFile)
name=$(basename chart)
sed -i 's/^\s*\(app\)\?\([Vv]ersion:\s*\).\+/\1\2"$VERSION"/' $chartFile
sed -i 's/^\(app\)\?\(\s*[Vv]ersion:\s*\).\+/\1\2"$VERSION"/' $chartFile
cat $chartFile
Expand Down

0 comments on commit d9670c0

Please sign in to comment.