mirror of
https://github.com/smxi/inxi.git
synced 2025-09-04 19:49:11 +00:00
code tweak, that should be about it, all ready to go now.
This commit is contained in:
parent
86f5da9ea9
commit
aa1fd80f5c
1 changed files with 1 additions and 1 deletions
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
|
# 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
|
# do not print if enabled=0 since it is not active then
|
||||||
if ( enabledStatus !~ /enabled=0/ ){
|
if ( enabledStatus !~ /enabled=0/ ){
|
||||||
|
|
Loading…
Add table
Reference in a new issue