Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Dec 24, 2024
1 parent d9d1e30 commit bb10c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/modules/docs/generate_json_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function set_json_data() {


function generate_module_list() {
set_json_data | jq '
set_json_data | jq '
# Define an array of allowed software groups
def softwareGroups: ["WebHosting", "Netconfig", "Downloaders", "Database", "DNS", "DevTools", "HomeAutomation", "Benchy", "Containers", "Media", "Monitoring", "Management"];
Expand Down Expand Up @@ -109,7 +109,7 @@ function generate_module_list() {
]
}
'
}
}


function generate_json_data() {
Expand Down

0 comments on commit bb10c8f

Please sign in to comment.