From be01cb0f7a7aa31371cea39739951496f2c32bd5 Mon Sep 17 00:00:00 2001 From: Donovan Clay Date: Wed, 4 Sep 2024 13:15:05 -0700 Subject: [PATCH] **Description** make a change that doens't change functionality --- scripts/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test.sh b/scripts/test.sh index 1c6fcc81..9a53b65c 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -16,6 +16,8 @@ Options: """ } +echo "hello world" + # Set current project root PROJ_ROOT=$(pwd)