From 735f5273a05a928bbae86af6ea361b85a1b919a0 Mon Sep 17 00:00:00 2001 From: Matthew Patton Date: Tue, 1 May 2018 17:16:47 -0400 Subject: [PATCH] tab/space fixup via gofmt --- provisioner/puppet-masterless/provisioner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioner/puppet-masterless/provisioner.go b/provisioner/puppet-masterless/provisioner.go index 56792419b..882d4fa9d 100644 --- a/provisioner/puppet-masterless/provisioner.go +++ b/provisioner/puppet-masterless/provisioner.go @@ -54,7 +54,7 @@ type Config struct { // If true, `sudo` will NOT be used to execute Puppet. PreventSudo bool `mapstructure:"prevent_sudo"` - // The directory that contains the puppet binary. + // The directory that contains the puppet binary. // E.g. if it can't be found on the standard path. PuppetBinDir string `mapstructure:"puppet_bin_dir"`