mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 20:01:04 +00:00
Wrap rule name in quotes when creating list
This commit is contained in:
+2
-2
@@ -50,9 +50,9 @@ export const createZeroTrustListsOneByOne = async (items) => {
|
||||
await sleep();
|
||||
totalListNumber--;
|
||||
listNumber++;
|
||||
console.log(`Created ${listName} list - ${totalListNumber} left`);
|
||||
console.log(`Created "${listName}" list - ${totalListNumber} left`);
|
||||
} catch (err) {
|
||||
console.error(`Could not create ${listName} - ${err.toString()}`);
|
||||
console.error(`Could not create "${listName}" - ${err.toString()}`);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user