mirror of
https://github.com/openziti/zrok.git
synced 2025-06-26 12:42:18 +02:00
actually set the provided name (#976)
This commit is contained in:
parent
7a5b460790
commit
6e1c36ca1e
@ -9,7 +9,7 @@ import (
|
|||||||
var rootDirName = ".zrok"
|
var rootDirName = ".zrok"
|
||||||
|
|
||||||
func SetRootDirName(name string) {
|
func SetRootDirName(name string) {
|
||||||
rootDirName = ".zrok"
|
rootDirName = name
|
||||||
}
|
}
|
||||||
|
|
||||||
func rootDir() (string, error) {
|
func rootDir() (string, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user