actually set the provided name (#976)

This commit is contained in:
Michael Quigley 2025-06-04 17:14:19 -04:00
parent 7a5b460790
commit 6e1c36ca1e
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -9,7 +9,7 @@ import (
var rootDirName = ".zrok"
func SetRootDirName(name string) {
rootDirName = ".zrok"
rootDirName = name
}
func rootDir() (string, error) {