diff --git a/inxi b/inxi index 8649c69..2ab9f1e 100755 --- a/inxi +++ b/inxi @@ -3129,7 +3129,7 @@ get_repo_data() } { - if ( urlData != "" && enabledStatus != "" ){ + if ( urlData != "" && enabledStatus != "" && repoTitle != "" ){ # construct the string for the print function to work with, file name: data # do not print if enabled=0 since it is not active then if ( enabledStatus !~ /enabled=0/ ){