We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d96fd commit 6b22505Copy full SHA for 6b22505
.github/workflows/scripts/generate-app-headers.sh
@@ -17,7 +17,7 @@ find ./ct -type f -name "*.sh" | sort | while read -r script; do
17
output_file="${headers_dir}/$(basename "${script%.*}")"
18
19
# Generate figlet output
20
- figlet_output=$(figlet -f slant "$app_name")
+ figlet_output=$(figlet -f -w 500 slant "$app_name")
21
22
# Check if figlet output is not empty
23
if [[ -n "$figlet_output" ]]; then
0 commit comments