diff options
Diffstat (limited to 'core/assets/path.go')
-rw-r--r-- | core/assets/path.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/assets/path.go b/core/assets/path.go index 46b883b1c..abe4638d0 100644 --- a/core/assets/path.go +++ b/core/assets/path.go @@ -8,9 +8,9 @@ import ( // Path returns the path to the folder // where the application may store data. This -// currently resolves to ~/.caddy +// currently resolves to ~/.coredns func Path() string { - return filepath.Join(userHomeDir(), ".caddy") + return filepath.Join(userHomeDir(), ".coredns") } // userHomeDir returns the user's home directory according to |