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:
parent
a579436207
commit
37abcd8770
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue