From 4b386d36ef46d02c27dd1e5109089e9637f7527e Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 18 Apr 2019 14:48:23 +0100 Subject: [PATCH] default CF_APP to notify-admin (it's overriden in the calls to generate-manifest for the prototypes) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b9fa7ef31..5587e362f 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ CF_API ?= api.cloud.service.gov.uk CF_ORG ?= govuk-notify CF_SPACE ?= ${DEPLOY_ENV} CF_HOME ?= ${HOME} +CF_APP ?= notify-admin $(eval export CF_HOME) NOTIFY_CREDENTIALS ?= ~/.notify-credentials