We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df56b2b + fbf2c69 commit a7b495cCopy full SHA for a7b495c
cmd/crank/xpkg/init.go
@@ -44,7 +44,7 @@ const (
44
func WellKnownTemplates() map[string]string {
45
return map[string]string{
46
"provider-template": "https://github.com/crossplane/provider-template",
47
- "provider-template-upjet": "https://github.com/upbound/upjet-provider-template",
+ "provider-template-upjet": "https://github.com/crossplane/upjet-provider-template",
48
"function-template-go": "https://github.com/crossplane/function-template-go",
49
"function-template-python": "https://github.com/crossplane/function-template-python",
50
"configuration-template": "https://github.com/crossplane/configuration-template",
0 commit comments