fix typo in vault path
This commit is contained in:
parent
fa1396acb7
commit
b9e398f031
|
@ -41,7 +41,7 @@
|
||||||
user = "storage";
|
user = "storage";
|
||||||
group = "storage";
|
group = "storage";
|
||||||
fetchScript = ''
|
fetchScript = ''
|
||||||
simple_get_htpasswd "/api-keys/storage/webdav/Notes" "$secretFile"
|
simple_get_htpasswd "/api-keys/storage/webdav/Public" "$secretFile"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue