Dennis Rodewyk %!s(int64=5) %!d(string=hai) anos
pai
achega
3657bd5092
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      hugo-encrypt.go

+ 1 - 0
hugo-encrypt.go

@@ -89,6 +89,7 @@ func main() {
 	if !sitepath.set {
 	    fmt.Println("--sitepath not set")
 		os.Exit(1)
+	}
 	err := filepath.Walk(sitepath.value, func(path string, f os.FileInfo, err error) error {
 		if f == nil {
 			return err