Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Oct 13, 2024
1 parent 9f516ba commit 5d68010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/armbian-configng/config.ng.runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ module_options+=(
# Update sub-submenu descriptions based on conditions
update_sub_submenu_data() {
json_data=$(echo "$json_data" | jq --arg key "$1" --arg subkey "$2" --arg subsubkey "$3" --arg value "$4" \
'(.menu[] | select(.id == $key).sub[] |
select(.id == $subkey).sub[] |
'(.menu[] | select(.id == $key).sub[] |
select(.id == $subkey).sub[] |
select(.id == $subsubkey).description) += " (" + $value + ")"')
}

Expand Down

0 comments on commit 5d68010

Please sign in to comment.