mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
code tweak, that should be about it, all ready to go now.
This commit is contained in:
parent
86f5da9ea9
commit
aa1fd80f5c
2
inxi
2
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/ ){
|
||||
|
|
Loading…
Reference in a new issue