Fix malformed URLs
This commit is contained in:
parent
823fd2fc1d
commit
fc0ae6dcd4
|
@ -179,7 +179,7 @@ let
|
|||
};
|
||||
|
||||
config = {
|
||||
url = "${lib.strings.removeSuffix "/" (lib.strings.normalizePath config.baseUrl)}/remote.php/dav/files/${config.username}";
|
||||
url = "${lib.strings.removeSuffix "/" config.baseUrl}/remote.php/dav/files/${config.username}";
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue