Something very weird happened with git for me, here is the fix.
This commit is contained in:
12
cmd/warewulfd/main.go
Normal file
12
cmd/warewulfd/main.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/hpcng/warewulf/internal/app/warewulfd"
|
||||
)
|
||||
|
||||
|
||||
func main() {
|
||||
root := warewulfd.GetRootCommand()
|
||||
|
||||
root.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user