From 97a865a01e86af9fbaa7121bf1e89aa21c31af90 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Fri, 7 May 2021 18:48:10 +0200 Subject: [PATCH] Update templates.json The template name should be named equally to the pulled down templates, both are named without `template`: - https://github.com/openfaas-incubator/powershell-template - https://github.com/openfaas-incubator/powershell-http-template --- templates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.json b/templates.json index 2f0beb0..a81302a 100644 --- a/templates.json +++ b/templates.json @@ -198,7 +198,7 @@ "official": "true" }, { - "template": "powershell-template", + "template": "powershell", "platform": "x86_64", "language": "Python", "source": "openfaas-incubator", @@ -207,7 +207,7 @@ "official": "true" }, { - "template": "powershell-http-template", + "template": "powershell-http", "platform": "x86_64", "language": "Python", "source": "openfaas-incubator",