From 202a4a9512527550fb6951a361b66701130ddc6c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 19 May 2022 10:52:28 -0500 Subject: [PATCH] Fix undefined variable --- build-lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-lists.js b/build-lists.js index c3519b5..9a232fc 100644 --- a/build-lists.js +++ b/build-lists.js @@ -303,7 +303,7 @@ class BuildLists { console.log('\n', `-- Starting kind lists for /${ apiKindListDirectory }`) - const endpointMethodName = `Finished kind lists for /${ listOptions.name } endpoints` + const endpointMethodName = `Finished kind lists for /${ apiKindListDirectory } endpoints` console.time(endpointMethodName)