diff --git a/cf_list_create.js b/cf_list_create.js index ca2c0df..61e906c 100644 --- a/cf_list_create.js +++ b/cf_list_create.js @@ -125,9 +125,7 @@ console.log(`Number of unnecessary domains: ${unnecessaryDomainCount}`); console.log(`Number of blocked domains: ${domains.length}`); console.log(`Number of allowed domains: ${allowedDomainCount}`); console.log( - `Number of lists which will be created: ${Math.ceil( - domains.length / LIST_ITEM_SIZE - )}` + `Number of lists to be created: ${Math.ceil(domains.length / LIST_ITEM_SIZE)}` ); console.log("\n\n");