Dennis Rodewyk 5 years ago
parent
commit
70b147dc21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hugo-encrypt.go

+ 1 - 1
hugo-encrypt.go

@@ -64,7 +64,7 @@ func encryptPage(path string) {
 }
 
 func main() {
-	var servername = flag.String("dir", "localhost:8129", "server:port")
+	var dir = flag.String("dir", "localhost:8129", "server:port")
 	
 	flag.Parse()