We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9c610 commit 7fdb7f7Copy full SHA for 7fdb7f7
1 file changed
commands/template_pull_stack_test.go
@@ -77,8 +77,8 @@ func Test_filterExistingTemplates(t *testing.T) {
77
defer os.RemoveAll(templatesDir)
78
79
templates := []stack.TemplateSource{
80
- {Name: "dockerfile", Source: "https://github.com/openfaas-incubator/powershell-http-template"},
81
- {Name: "ruby", Source: "https://github.com/openfaas-incubator/openfaas-rust-template"},
+ {Name: "dockerfile", Source: "https://github.com/openfaas/templates"},
+ {Name: "ruby", Source: "https://github.com/openfaas/classic-templates"},
82
{Name: "perl", Source: "https://github.com/openfaas-incubator/perl-template"},
83
}
84
0 commit comments