From 6102ece0c4921f06bdd7cf83482d969edf3397b5 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 19 May 2022 10:58:21 -0500 Subject: [PATCH] Remove extra slash --- build-lists.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-lists.js b/build-lists.js index 9a232fc..a90abbc 100644 --- a/build-lists.js +++ b/build-lists.js @@ -301,9 +301,9 @@ class BuildLists { saveKind = async function ( list, kindSlug ) { const apiKindListDirectory = `${ apiDirectory }/kind/${ kindSlug }` - console.log('\n', `-- Starting kind lists for /${ apiKindListDirectory }`) + console.log('\n', `-- Starting kind lists for ${ apiKindListDirectory }`) - const endpointMethodName = `Finished kind lists for /${ apiKindListDirectory } endpoints` + const endpointMethodName = `Finished kind lists for ${ apiKindListDirectory } endpoints` console.time(endpointMethodName)