shellcheck: fix lint of package helper bash scripts
This commit is contained in:
parent
9a92d29111
commit
a59c3b4b8a
8 changed files with 55 additions and 53 deletions
|
|
@ -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")\";"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue