fix copy paste error

This commit is contained in:
chaos 2025-02-02 16:47:26 +00:00
parent a1b49c7adf
commit 0003bb3af1
No known key found for this signature in database

View file

@ -134,7 +134,7 @@
radicale_htpasswd = { radicale_htpasswd = {
user = "radicale"; user = "radicale";
group = "radicale"; group = "radicale";
fetchScript = '' $secretFile" fetchScript = ''
simple_get_htpasswd "/api-keys/radicale" $secretFile" simple_get_htpasswd "/api-keys/radicale" $secretFile"
''; '';
}; };