From 2d6f420fa8b6548d15ead9b6a88f95181ad51c6b Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Mon, 27 May 2024 14:05:27 +0200 Subject: [PATCH] Update component.yml Add comment. --- component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.yml b/component.yml index cbb6dc4..4beca90 100644 --- a/component.yml +++ b/component.yml @@ -26,7 +26,7 @@ - name: iBridges sync ibridges_sync: mode: down - env: '{{ ibridges_env | regex_replace("\\", "") | from_yaml }}' + env: '{{ ibridges_env | regex_replace("\\", "") | from_yaml }}' # this is a bit hackish: the component parameter expects JSON, ResearchCloud will then strip the double-quotes from this parameter, turning it into valid YAML... irods_path: "{{ ibridges_irods_path }}" local_path: "{{ ibridges_target_path }}/{{ item | basename }}" password: "{{ ibridges_password }}"