Skip to content

Commit

Permalink
Update templates.json
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DanielHabenicht authored May 7, 2021
1 parent f88938a commit 97a865a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"official": "true"
},
{
"template": "powershell-template",
"template": "powershell",
"platform": "x86_64",
"language": "Python",
"source": "openfaas-incubator",
Expand All @@ -207,7 +207,7 @@
"official": "true"
},
{
"template": "powershell-http-template",
"template": "powershell-http",
"platform": "x86_64",
"language": "Python",
"source": "openfaas-incubator",
Expand Down

0 comments on commit 97a865a

Please sign in to comment.