Missed a 's' on the last commit.

This commit is contained in:
Gregory Kurtzer
2020-12-01 14:40:07 -08:00
parent d5f47bec14
commit 26bd57e04f

View File

@@ -1,7 +1,7 @@
package service
import (
"github.com/hpcng/warewulf/internal/app/wwctl/services/dhcp"
"github.com/hpcng/warewulf/internal/app/wwctl/service/dhcp"
"github.com/spf13/cobra"
)