From 2e7a2d9430f541951c4262a458c679cc2a512cfb Mon Sep 17 00:00:00 2001 From: Guilherme Lima Date: Tue, 5 Oct 2021 23:36:21 +0200 Subject: [PATCH] Fix typo in json template --- pi-hosted_template/template/portainer-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 5a3ca28..1ca5385 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -1996,7 +1996,7 @@ ], "image": "linuxserver/deluge:latest", "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/main/pi-hosted_template/images/deluge-icon.png", - "namme": "deluge", + "name": "deluge", "platform": "linux", "restart_policy": "unless-stopped", "title": "Deluge",