From 6103ae13630eba60acbce3e443c3df351c80625e Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 22 May 2015 15:31:55 +0200 Subject: [PATCH] Fix trigger names --- application-template.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/application-template.json b/application-template.json index 85341e99..9aff48e1 100644 --- a/application-template.json +++ b/application-template.json @@ -94,16 +94,17 @@ }, "triggers": [ { - "type": "ImageChange" + "type": "imageChange", + "imageChange": {} }, { - "type": "GitHub", + "type": "github", "github": { "secret": "secret123" } }, { - "type": "Generic", + "type": "generic", "generic": { "secret": "secret123" }