Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tg committed Oct 7, 2023
1 parent 3924727 commit ab0b859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ cloudstorage {
metadata.list={{ cloudstorage_metadata_list }}
relative_path_prefix="{{ cloudstorage_relative_path_prefix | default('CLOUD_STORAGE_BASE_PATH') }}"
read_base_path="{{ cloudstorage_base_path }}"
write_base_path={{ valid_cloudstorage_base_urls }}
write_base_path="{{ valid_cloudstorage_base_urls }}"
}

#Inquiry-release-5.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,5 +654,5 @@ cloudstorage {
relative_path_prefix={{ cloudstorage_relative_path_prefix_content }}
metadata.list={{ cloudstorage_metadata_list }}
read_base_path="{{ cloudstorage_base_path }}"
write_base_path={{ valid_cloudstorage_base_urls }}
write_base_path="{{ valid_cloudstorage_base_urls }}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,5 @@ cloudstorage {
relative_path_prefix={{ cloudstorage_relative_path_prefix_content }}
metadata.list={{ cloudstorage_metadata_list }}
read_base_path="{{ cloudstorage_base_path }}"
write_base_path={{ valid_cloudstorage_base_urls }}
write_base_path="{{ valid_cloudstorage_base_urls }}"
}

0 comments on commit ab0b859

Please sign in to comment.