Add missing value to policy ShallowClone

Not related to a bug, just happened to notice it.
This commit is contained in:
Jeff Mitchell 2019-01-23 13:20:04 -05:00
parent a819de5c29
commit ddc1a66d97

View File

@ -105,6 +105,7 @@ func (p *Policy) ShallowClone() *Policy {
Paths: p.Paths, Paths: p.Paths,
Raw: p.Raw, Raw: p.Raw,
Type: p.Type, Type: p.Type,
Templated: p.Templated,
namespace: p.namespace, namespace: p.namespace,
} }
} }