__unbound_exporter: make shellcheck happy again
This commit is contained in:
parent
17f6a4dd47
commit
bffc38ad52
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
upstream=https://github.com/wish/unbound_exporter/archive
|
upstream=https://github.com/wish/unbound_exporter/archive
|
||||||
version=$(cat $__object/parameter/version)
|
version=$(cat "$__object/parameter/version")
|
||||||
release="unbound_exporter-$version"
|
release="unbound_exporter-$version"
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
Loading…
Reference in a new issue