shellcheck: fix lint of package helper bash scripts

This commit is contained in:
Otto Sabart
2022-08-16 21:00:00 +02:00
committed by Erik Arvstedt
parent 9a92d29111
commit a59c3b4b8a
8 changed files with 55 additions and 53 deletions

View File

@@ -14,4 +14,4 @@ version=$(
| sed -E 's|refs/tags/||g; s|((v)?(.*))|\1 \3|g' | sort -k 2 -V | tail -1 | cut -f 1 -d' '
)
echo "rev: ${version}"
echo "sha256: $(archive_hash krebs/krops $version)"
echo "sha256: $(archive_hash krebs/krops "$version")"