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
No known key found for this signature in database
GPG key ID: 33312B944DD97846
8 changed files with 55 additions and 53 deletions

View file

@ -11,4 +11,4 @@ archive_hash () {
echo "Fetching latest lightningd/plugins release"
latest=$(git ls-remote https://github.com/lightningd/plugins master | cut -f 1)
echo "rev = \"${latest}\";"
echo "sha256 = \"$(archive_hash lightningd/plugins $latest)\";"
echo "sha256 = \"$(archive_hash lightningd/plugins "$latest")\";"