diff --git a/pkg/template/template.go b/pkg/template/template.go index a1508990cb4baf1be8f67f88e15d58c6f47a389d..8ec4df7b2b67d728ae8d3be85a0c18eadd59cfae 100644 --- a/pkg/template/template.go +++ b/pkg/template/template.go @@ -246,7 +246,7 @@ func (t *dirTemplate) Execute(dirPrefix string) error { } if !t.ShouldUseDefaults { - tlog.Success(fmt.Sprintf("Created %s", target)) + tlog.Success(fmt.Sprintf("Created %s", newName)) } }