mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
_includes/setup-instructions.html: change setup-instructions_repo variable to default to site.apt.repo variable
This commit is contained in:
parent
23f9e3f128
commit
d475a49a6b
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: site.apt.repo %}
|
||||
{% assign setup-instructions_dist = include.distribution | default: "`lsb_release -cs`" %}
|
||||
{% assign setup-instructions_domain = include.domain | default: site.apt.domain %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue