stop plumbing options to start

This commit is contained in:
deads2k 2016-09-30 13:00:28 -04:00
parent 0650cc95ae
commit 2f7772a986
1 changed files with 1 additions and 1 deletions

View File

@ -101,6 +101,6 @@ func Run(serverOptions *genericoptions.ServerRunOptions) error {
if err := s.InstallAPIGroup(&apiGroupInfo); err != nil {
return fmt.Errorf("Error in installing API: %v", err)
}
s.Run(serverOptions)
s.Run()
return nil
}