aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/storewatcher_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'conf/storewatcher_windows.go')
-rw-r--r--conf/storewatcher_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/storewatcher_windows.go b/conf/storewatcher_windows.go
index ddfc8b92..5c5ffac7 100644
--- a/conf/storewatcher_windows.go
+++ b/conf/storewatcher_windows.go
@@ -32,7 +32,7 @@ func startWatchingConfigDir() {
}
haveStartedWatchingConfigDir = true
go func() {
- configFileDir, err := resolveConfigFileDir()
+ configFileDir, err := tunnelConfigurationsDirectory()
if err != nil {
return
}