From 6a2a9b8c91b4048123139d202144ad45012fc7d5 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Wed, 17 Sep 2025 18:37:23 -0500 Subject: [PATCH] no banner needed here --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index d729bcb..aa9c276 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -15,7 +15,7 @@ banner() { echo "========================================================" } -banner "List what we start with" +echo "List what we start with" ls -alh banner "Deploying Docker image to registry"