Merge pull request #314 from justyns/fixcontainertypo

Fix typo contianer -> container
This commit is contained in:
Kota Kanbe
2017-02-13 10:43:47 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ func (p *ConfigtestCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interfa
return subcommands.ExitUsageError
}
Log.Info("Detecting Server/Contianer OS... ")
Log.Info("Detecting Server/Container OS... ")
if err := scan.InitServers(Log); err != nil {
Log.Errorf("Failed to init servers: %s", err)
return subcommands.ExitFailure

View File

@@ -210,7 +210,7 @@ func (p *ScanCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{})
return subcommands.ExitUsageError
}
Log.Info("Detecting Server/Contianer OS... ")
Log.Info("Detecting Server/Container OS... ")
if err := scan.InitServers(Log); err != nil {
Log.Errorf("Failed to init servers: %s", err)
return subcommands.ExitFailure