diff --git a/Makefile b/Makefile index d375272..4b16e71 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=0.2.31 +VERSION=0.2.32 APP=reseed-tools USER_GH=eyedeekay CGO_ENABLED=0 diff --git a/cmd/reseed.go b/cmd/reseed.go index b6a98da..6de8ad9 100644 --- a/cmd/reseed.go +++ b/cmd/reseed.go @@ -248,6 +248,7 @@ func fileExists(filename string) bool { } func reseedAction(c *cli.Context) error { + providedReseeds(c) netdbDir := c.String("netdb") if netdbDir == "" { fmt.Println("--netdb is required")