You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2017/05/30 19:02:23 UTC

[03/37] airavata git commit: updating readme

updating readme


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/2c305225
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/2c305225
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/2c305225

Branch: refs/heads/registry-refactoring
Commit: 2c3052252f26f8548cae77e5f6c978b16cffbaf7
Parents: a749a7c
Author: scnakandala <su...@gmail.com>
Authored: Mon Mar 6 14:10:58 2017 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Mon Mar 6 14:10:58 2017 -0500

----------------------------------------------------------------------
 sandbox/job-status-rest-server/README.MD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/2c305225/sandbox/job-status-rest-server/README.MD
----------------------------------------------------------------------
diff --git a/sandbox/job-status-rest-server/README.MD b/sandbox/job-status-rest-server/README.MD
index 104e10a..dac6b39 100644
--- a/sandbox/job-status-rest-server/README.MD
+++ b/sandbox/job-status-rest-server/README.MD
@@ -6,4 +6,4 @@ Requirement
 * pip install flask-restful
 
 Sample CURL Command
-curl -X POST -d "job_id=ABC&job_name=Test&status=0&emails[]=supun.nakandala@gmail.com,eabeysin@iu.edu" http://localhost:8089/job_status
\ No newline at end of file
+curl -X POST -d "job_id=ABC&job_name=Test&status=0&emails[]=supun.nakandala@gmail.com&emails[]=eabeysin@iu.edu" http://localhost:8089/job_status
\ No newline at end of file