Typo: now => no (#14493)
> This validation checks that there are now splat variables referencing ourself. This currently is not allowed. => > This validation checks that there are no splat variables referencing ourself. This currently is not allowed.
This commit is contained in:
parent
d27c511689
commit
392166faea
|
@ -545,7 +545,7 @@ func (c *Config) Validate() error {
|
||||||
|
|
||||||
// Verify provisioners
|
// Verify provisioners
|
||||||
for _, p := range r.Provisioners {
|
for _, p := range r.Provisioners {
|
||||||
// This validation checks that there are now splat variables
|
// This validation checks that there are no splat variables
|
||||||
// referencing ourself. This currently is not allowed.
|
// referencing ourself. This currently is not allowed.
|
||||||
|
|
||||||
for _, v := range p.ConnInfo.Variables {
|
for _, v := range p.ConnInfo.Variables {
|
||||||
|
|
Loading…
Reference in New Issue