Skip to content

Commit

Permalink
fix: revert unintended change outside of new func
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Aug 27, 2024
1 parent b589aed commit e6fb213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/builder.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ builder_display_usage() {
# if you add other, longer, global options (like --verbose, --debug)
local width=12

for e in "${!_builder_actions[@]}"; do
for e in "${!_builder_params[@]}"; do
if (( ${#e} > $width )); then
width=${#e}
fi
Expand Down

0 comments on commit e6fb213

Please sign in to comment.