Skip to content

Commit a7b495c

Browse files
authored
Merge pull request crossplane#6259 from nokia/fix_template_url
Fix upjet template url in `crossplane xpkg init` help text
2 parents df56b2b + fbf2c69 commit a7b495c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/crank/xpkg/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444
func WellKnownTemplates() map[string]string {
4545
return map[string]string{
4646
"provider-template": "https://github.com/crossplane/provider-template",
47-
"provider-template-upjet": "https://github.com/upbound/upjet-provider-template",
47+
"provider-template-upjet": "https://github.com/crossplane/upjet-provider-template",
4848
"function-template-go": "https://github.com/crossplane/function-template-go",
4949
"function-template-python": "https://github.com/crossplane/function-template-python",
5050
"configuration-template": "https://github.com/crossplane/configuration-template",

0 commit comments

Comments
 (0)