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:
Patrick Decat 2017-05-15 14:39:55 +02:00 committed by Paul Stack
parent d27c511689
commit 392166faea
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ func (c *Config) Validate() error {
// Verify 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.
for _, v := range p.ConnInfo.Variables {