summaryrefslogtreecommitdiffstats
path: root/resources/resource_transformers/templates/execute_as_template.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/resource_transformers/templates/execute_as_template.go')
-rw-r--r--resources/resource_transformers/templates/execute_as_template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/resource_transformers/templates/execute_as_template.go b/resources/resource_transformers/templates/execute_as_template.go
index 4d4aba396..efe3e4c57 100644
--- a/resources/resource_transformers/templates/execute_as_template.go
+++ b/resources/resource_transformers/templates/execute_as_template.go
@@ -34,7 +34,7 @@ type Client struct {
// New creates a new Client with the given specification.
func New(rs *resources.Spec, t tpl.TemplatesProvider) *Client {
if rs == nil {
- panic("must provice a resource Spec")
+ panic("must provide a resource Spec")
}
if t == nil {
panic("must provide a template provider")