From 20f3bdb103f93729e87c1c3e5c758fede9a98c27 Mon Sep 17 00:00:00 2001 From: Mark Vayngrib Date: Wed, 23 May 2018 12:51:38 -0400 Subject: [PATCH] fix: add emailForNotifications to vars.yml template --- templates/vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/vars.yml b/templates/vars.yml index ef3f4b96e..90963f01d 100644 --- a/templates/vars.yml +++ b/templates/vars.yml @@ -4,3 +4,5 @@ org: name: Super domain: superawesome.org logo: "https://s3.amazonaws.com/tradle-public-images/logo/unknown.png" + +emailForNotifications: mark@tradle.io