From a8d655ecd00dc6cd4cb0a797abbabe5fbf086167 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 14 Sep 2020 21:31:37 +0200 Subject: [PATCH] Add missing quote --- compose.yml | 2 +- config.js.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 83a3624..7e691a4 100644 --- a/compose.yml +++ b/compose.yml @@ -24,7 +24,7 @@ services: configs: config_js: - name: config_js_v2 + name: config_js_v3 file: config.js.tmpl template_driver: golang diff --git a/config.js.tmpl b/config.js.tmpl index 251d9bd..dec8c56 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -23,7 +23,7 @@ module.exports = { "autonomic-cooperative/id.autonomic.zone", "autonomic-cooperative/renovate", "autonomic-cooperative/swarm-cronjob", - "autonomic-cooperative/traefik.autonomic.zone" + "autonomic-cooperative/traefik.autonomic.zone", "compose-stacks/distribution", "compose-stacks/drone", "compose-stacks/drone-docker-runner",