From a4796b87d71db17f9b7ceb28f7dc35c82b9a6b56 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell <273118822+dnyw4l3n13@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:02:32 +0000 Subject: [PATCH] fix: replace raw echo with output helpers in db/createmssqldb Closes #621 Prompt: Work on issue #621 in credfeto/scripts. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbaad42c..f7949b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Replace raw echo with output helpers in db/dropmssqldb - Replace raw echo with output helpers in db/dbenv - Replace raw echo with output helpers in db/dbappsettings +- Replace raw echo with output helpers in db/createmssqldb ### Changed - Replace raw echo with standard output helpers (die/info/success) in github/cancel-workflows - Replace raw echo with standard output helpers (die/info/success) in git/update-repos-personal