From 6be54478f464524965badab3278e22af529c9945 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:37:30 +0100 Subject: [PATCH] fix typo --- .github/workflows/scripts/generate-app-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/generate-app-headers.sh b/.github/workflows/scripts/generate-app-headers.sh index a1ead001..854a0f1f 100755 --- a/.github/workflows/scripts/generate-app-headers.sh +++ b/.github/workflows/scripts/generate-app-headers.sh @@ -17,7 +17,7 @@ find ./ct -type f -name "*.sh" | sort | while read -r script; do output_file="${headers_dir}/$(basename "${script%.*}")" # Generate figlet output - figlet_output=$(figlet -f -w 500 slant "$app_name") + figlet_output=$(figlet -w 500 -f slant "$app_name") # Check if figlet output is not empty if [[ -n "$figlet_output" ]]; then