Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Dec 12, 2024
1 parent be10d7b commit 72b32df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/modules/docs/generate_json_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ set_json_data | jq '[




interface_json_data() {
# Test Function
# Test Function
# uncomment to set the data to a file
#set_json_data > tools/json/config.temp.json
#json_file="$tools_dir/json/config.temp.json"
#json_file="$tools_dir/json/config.temp.json

json_data=$(generate_json_data)

generate_top_menu "$json_data"

#generate_menu "Modules" "$json_data"


}

0 comments on commit 72b32df

Please sign in to comment.