Fix linting issues
This commit is contained in:
@@ -6,8 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
|
||||
if SetForeground == true {
|
||||
if SetForeground {
|
||||
return warewulfd.RunServer()
|
||||
} else {
|
||||
return warewulfd.DaemonStart()
|
||||
|
||||
Reference in New Issue
Block a user