tab/space fixup via gofmt

This commit is contained in:
Matthew Patton 2018-05-01 17:16:47 -04:00
parent b2d78339b0
commit 735f5273a0
1 changed files with 1 additions and 1 deletions

View File

@ -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"`