From 371c4361180d8dc9f2639cba39dbd81f1e04a0e4 Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Sat, 26 Oct 2024 12:12:49 +0200 Subject: [PATCH] Update newAtLatestPrInfo.js - typo fixed --- lib/newAtLatestPrInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/newAtLatestPrInfo.js b/lib/newAtLatestPrInfo.js index a8bbd02a2..26d818120 100644 --- a/lib/newAtLatestPrInfo.js +++ b/lib/newAtLatestPrInfo.js @@ -66,7 +66,7 @@ async function doIt() { body += `Thanks for spending your time and providing a new adapter for ioBroker.\n\n`; body += `Your adapter will get a manual review as soon as possible. Please stand by - this might last one or two weeks. `; - body += `Feel free to continue your work and create new releases. `: + body += `Feel free to continue your work and create new releases. `; body += `You do NOT need to close or update this PR in case of new releases.\n\n`; body += `In the meantime please check any feedback issues logged by automatic adapter checker and try to fix them.`