From 49cd46df1d9fed413aba924d22d6350cc9cfd66e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 17 Aug 2022 18:54:20 -0400 Subject: [PATCH] fix: properly name things --- plugins/haproxy-vhosts/install | 2 +- plugins/haproxy-vhosts/plugin.toml | 2 +- plugins/haproxy-vhosts/templates/compose.yml.sigil | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/haproxy-vhosts/install b/plugins/haproxy-vhosts/install index 75e6c3b84..24d3be3a7 100755 --- a/plugins/haproxy-vhosts/install +++ b/plugins/haproxy-vhosts/install @@ -14,4 +14,4 @@ trigger-haproxy-install() { fn-plugin-property-setup "haproxy" } -trigger-caddy-install "$@" +trigger-haproxy-install "$@" diff --git a/plugins/haproxy-vhosts/plugin.toml b/plugins/haproxy-vhosts/plugin.toml index 39b6df8eb..3eb682a2f 100644 --- a/plugins/haproxy-vhosts/plugin.toml +++ b/plugins/haproxy-vhosts/plugin.toml @@ -1,4 +1,4 @@ [plugin] -description = "dokku core caddy-vhosts plugin" +description = "dokku core haproxy-vhosts plugin" version = "0.27.10" [plugin.config] diff --git a/plugins/haproxy-vhosts/templates/compose.yml.sigil b/plugins/haproxy-vhosts/templates/compose.yml.sigil index 1b63072f8..816c8efde 100644 --- a/plugins/haproxy-vhosts/templates/compose.yml.sigil +++ b/plugins/haproxy-vhosts/templates/compose.yml.sigil @@ -2,7 +2,7 @@ version: "3.7" services: - caddy: + haproxy: image: "{{ $.HAPROXY_IMAGE }}" environment: