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)