This is an automated email from the ASF dual-hosted git repository. dimuthuupe pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/airavata.git
commit 5fe936fdb51e2516819a2f1b8f9fdae6b794e0f2 Author: Lahiru Jayathilake <[email protected]> AuthorDate: Sun Jun 26 16:21:44 2022 +0530 Fix enum constant issue when running JobMonitorStarter --- modules/ide-integration/src/main/resources/email-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ide-integration/src/main/resources/email-config.yaml b/modules/ide-integration/src/main/resources/email-config.yaml index 9d701bb5fc..3fc087fbe3 100644 --- a/modules/ide-integration/src/main/resources/email-config.yaml +++ b/modules/ide-integration/src/main/resources/email-config.yaml @@ -47,6 +47,6 @@ config: - [email protected] # SIU Big Dog - root <[email protected]> # USD HPC Cluster - - jobManagerType: HTCondor + - jobManagerType: HTCONDOR emailParser: org.apache.airavata.monitor.email.parser.HTCondorEmailParser resourceEmailAddresses: \ No newline at end of file
