From 696bda542740d73d7d6fe951f8714916294e0e97 Mon Sep 17 00:00:00 2001 From: muthuja Date: Wed, 5 Feb 2025 15:29:11 +0530 Subject: [PATCH] print github token Signed-off-by: muthuja --- .expeditor/scripts/build-infra-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/scripts/build-infra-deb.sh b/.expeditor/scripts/build-infra-deb.sh index 541a196..305ef72 100755 --- a/.expeditor/scripts/build-infra-deb.sh +++ b/.expeditor/scripts/build-infra-deb.sh @@ -44,7 +44,7 @@ download_migration_tool_from_github_releases() { local output_path="$1" echo "--- Downloading migration tools to $output_path.." - echi "-------DEBUG-------" + echo "-------DEBUG-------" echo "$GITHUB_TOKEN" if [ -z "${GITHUB_TOKEN:-}" ]; then