1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-30 00:01:08 +02:00
This commit is contained in:
Philipp Heckel 2022-06-01 16:57:35 -04:00
parent bd865fd55d
commit ab955d4d1c
15 changed files with 161 additions and 65 deletions

View file

@ -11,5 +11,5 @@ var (
)
func defaultConfigFile() string {
return defaultConfigFileWindows()
return defaultClientConfigFileWindows()
}