Updated Branches: refs/heads/master f75f87b0d -> 94a940d3c
fixing git repo payload param Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/94a940d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/94a940d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/94a940d3 Branch: refs/heads/master Commit: 94a940d3c37f397253fb804d63fa03eee5382b81 Parents: f75f87b Author: Sajith Kariyawasam <[email protected]> Authored: Wed Dec 18 19:17:20 2013 +0530 Committer: Sajith Kariyawasam <[email protected]> Committed: Wed Dec 18 19:17:20 2013 +0530 ---------------------------------------------------------------------- .../apache/stratos/cartridge/agent/event/subscriber/Main.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/94a940d3/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java b/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java index a47538a..188e77b 100644 --- a/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java +++ b/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java @@ -70,8 +70,8 @@ public class Main { publisher.publish(event); log.info("Member started event is sent"); - String repoURL =LaunchParamsUtil - .readParamValueFromPayload("REPO_URL"); + String repoURL = LaunchParamsUtil + .readParamValueFromPayload("GIT_REPO"); if ("null".equals(repoURL) || repoURL == null) { log.info(" No git repo for this cartridge ");
