diff --git a/components/renku_data_services/storage/rclone.py b/components/renku_data_services/storage/rclone.py index 5ba75ebe0..a3cb21678 100644 --- a/components/renku_data_services/storage/rclone.py +++ b/components/renku_data_services/storage/rclone.py @@ -176,7 +176,7 @@ def __add_webdav_based_storage( ) -> None: """Create a modified copy of WebDAV storage and add it to the schema.""" # Find WebDAV storage schema and create a modified copy - storage_copy = RCloneValidator.__find_storage(spec, "webDav") + storage_copy = RCloneValidator.__find_storage(spec, "webdav") storage_copy.update({"Prefix": prefix, "Name": name, "Description": description}) custom_option = [