spelling: validating
This commit is contained in:
parent
ecc3d12340
commit
0171dfc890
|
@ -78,7 +78,7 @@ func (c *RunConfig) Prepare(ctx *interpolate.Context) []error {
|
||||||
// Validation
|
// Validation
|
||||||
errs := c.Comm.Prepare(ctx)
|
errs := c.Comm.Prepare(ctx)
|
||||||
|
|
||||||
// Valadating ssh_interface
|
// Validating ssh_interface
|
||||||
if c.SSHInterface != "public_ip" &&
|
if c.SSHInterface != "public_ip" &&
|
||||||
c.SSHInterface != "private_ip" &&
|
c.SSHInterface != "private_ip" &&
|
||||||
c.SSHInterface != "public_dns" &&
|
c.SSHInterface != "public_dns" &&
|
||||||
|
|
Loading…
Reference in New Issue