From be270622295ab5c0c02ede88afc822c031a1a2d4 Mon Sep 17 00:00:00 2001 From: Simon Plenderleith Date: Thu, 4 Oct 2018 14:02:29 +0100 Subject: [PATCH] gage not makefile (#135) --- index.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mk b/index.mk index 5ef1161..e597636 100644 --- a/index.mk +++ b/index.mk @@ -11,7 +11,7 @@ endif # Enforce repo ownership ifeq ("$(wildcard ft.yml)","") -$(error 'Projects making use of n-makefile *must* define an ft.yml file containing the repo owner’s details (see any next- repo for required structure)') +$(error 'Projects making use of n-gage *must* define an ft.yml file containing the repo owner’s details (see any next- repo for required structure)') $(error 'If you are creating a project not to be maintained by the next team please feel free to copy what you need from our build tools but don’t add an ft.yml.') $(error 'Integrating with our tooling may result in unwanted effects e.g. nightly builds, slack alerts, emails etc') endif