Sfoglia il codice sorgente

Fix undefined variable reference

pull/740/head
Slavi Pantaleev 5 anni fa
parent
commit
9b4bf73587
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/matrix-bridge-mx-puppet-discord/templates/config.yaml.j2

+ 1
- 1
roles/matrix-bridge-mx-puppet-discord/templates/config.yaml.j2 Vedi File

@@ -100,7 +100,7 @@ namePatterns:
group: :name

database:
{% if matrix_mx_puppet_slack_discord_database_engine == 'sqlite' %}
{% if matrix_mx_puppet_discord_database_engine == 'sqlite' %}
# Use SQLite3 as a database backend
# The name of the database file
filename: /data/database.db


Caricamento…
Annulla
Salva