From addb28b953f0f2c70a754f810cfe125ead7f58b4 Mon Sep 17 00:00:00 2001 From: Andrea Cordoba Date: Mon, 25 Nov 2024 17:14:25 +0100 Subject: [PATCH] fix typo --- components/renku_data_services/storage/rclone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [