Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbattat committed Jan 17, 2025
1 parent c945410 commit b9ae504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-os/components/misc/config/setupos/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Arguments:
# $1 - JSON path to the desired value (e.g., '.icos_settings.nns_urls')
# Returns:
# If key not found or value is "null", returns empty string. Otherwise, returns value
# If key not found or value is "null", returns empty string. Otherwise, returns value
function get_config_value() {
local CONFIG_FILE="/var/ic/config/config.json"
local key=$1
Expand Down

0 comments on commit b9ae504

Please sign in to comment.