diff --git a/inxi b/inxi index 6009563..a7595cc 100755 --- a/inxi +++ b/inxi @@ -9421,7 +9421,7 @@ $repo_data_working" repoUrl="" enabled="" while ( getline && $0 !~ /^[[:space:]]*$/ ) { - gsub(/,|}/,"",$0) + gsub(/,/,"",$0) gsub(/({|}|^[[:space:]]+|[[:space:]]+$)/,"",$1) gsub(/({|}|^[[:space:]]+|[[:space:]]+$)/,"",$2) if ( $1 == "url" ) {