1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

_includes/setup-instructions.html: fix a bug where a variable should be a string.

This commit is contained in:
Henrik Hautakoski 2020-06-05 12:46:25 +02:00
parent a579436207
commit 37abcd8770

View file

@ -1,5 +1,5 @@
{% assign setup-instructions_repo = include.repo | default: eosio %}
{% assign setup-instructions_repo = include.repo | default: "eosio" %}
{% assign setup-instructions_dist = include.distribution | default: "`lsb_release -cs`" %}
{% if include.collapse %}