shellcheck: fix lint of package helper bash scripts
This commit is contained in:
committed by
Erik Arvstedt
parent
9a92d29111
commit
a59c3b4b8a
@@ -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")"
|
||||
|
||||
Reference in New Issue
Block a user