Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code committed Nov 25, 2024
1 parent f6cef33 commit addb28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/renku_data_services/storage/rclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit addb28b

Please sign in to comment.