From 60c5fb5dae90c9029ec75ecfae44864f70928fbb Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Wed, 23 Feb 2022 15:05:08 -0800 Subject: [PATCH] Fixup make task, removing unused endpoint prefix task (#1597) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8f16507a4a..17cfb5523c8 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ add-module-license-files: sync-models: sync-endpoints-model sync-api-models -sync-endpoints-model: sync-endpoints.json gen-endpoint-prefix.json +sync-endpoints-model: sync-endpoints.json sync-endpoints.json: [[ ! -z "${ENDPOINTS_MODEL}" ]] && cp ${ENDPOINTS_MODEL} ${ENDPOINTS_JSON} || echo "ENDPOINTS_MODEL not set, must not be empty"