Fix sudo option on Redhat like Linux, change some messages.

This commit is contained in:
kota kanbe
2016-04-12 01:14:40 +09:00
parent 3e846233a3
commit d750205f31
5 changed files with 31 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ func (p *PrepareCmd) SetFlags(f *flag.FlagSet) {
// Execute execute
func (p *PrepareCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus {
logrus.Infof("Begin Preparing (config: %s)", p.configPath)
logrus.Infof("Start Preparing (config: %s)", p.configPath)
err := c.Load(p.configPath)
if err != nil {