Explorar el Código

Fix undefined variable reference

pull/740/head
Slavi Pantaleev hace 5 años
padre
commit
9b4bf73587
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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


Cargando…
Cancelar
Guardar