Skip to content

Commit 6b22505

Browse files
authored
[Fix] Header breaks at long title (#2015)
1 parent 78d96fd commit 6b22505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/generate-app-headers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ find ./ct -type f -name "*.sh" | sort | while read -r script; do
1717
output_file="${headers_dir}/$(basename "${script%.*}")"
1818

1919
# Generate figlet output
20-
figlet_output=$(figlet -f slant "$app_name")
20+
figlet_output=$(figlet -f -w 500 slant "$app_name")
2121

2222
# Check if figlet output is not empty
2323
if [[ -n "$figlet_output" ]]; then

0 commit comments

Comments
 (0)