This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git


The following commit(s) were added to refs/heads/master by this push:
     new a479664  Minor bug fix
a479664 is described below

commit a4796645b7e298e9826cb08166f3e123eca527f2
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Sun Oct 16 22:16:12 2022 -0400

    Minor bug fix
---
 core/src/main/java/org/apache/airavata/mft/core/api/ConnectorConfig.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/src/main/java/org/apache/airavata/mft/core/api/ConnectorConfig.java 
b/core/src/main/java/org/apache/airavata/mft/core/api/ConnectorConfig.java
index bab0166..effd5cc 100644
--- a/core/src/main/java/org/apache/airavata/mft/core/api/ConnectorConfig.java
+++ b/core/src/main/java/org/apache/airavata/mft/core/api/ConnectorConfig.java
@@ -191,6 +191,7 @@ public class ConnectorConfig {
             connectorConfig.setAuthToken(authToken);
             connectorConfig.setTransferId(transferId);
             connectorConfig.setMetadata(metadata);
+            connectorConfig.setResourcePath(resourcePath);
             return connectorConfig;
         }
     }

Reply via email to