mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweaked repo active wording: fits better with various distros now. Active repos in...
This commit is contained in:
parent
c843356ca7
commit
3e3b8dd196
2
inxi
2
inxi
|
@ -4312,7 +4312,7 @@ print_repo_data()
|
||||||
fi
|
fi
|
||||||
# check file name, if different, update the holder for print out
|
# check file name, if different, update the holder for print out
|
||||||
if [[ $file_name != $file_name_holder ]];then
|
if [[ $file_name != $file_name_holder ]];then
|
||||||
repo_full="${C1}Contents of $REPO_FILE_ID file:${C2} $file_name"
|
repo_full="${C1}Active repos in $REPO_FILE_ID file:${C2} $file_name"
|
||||||
file_name_holder=$file_name
|
file_name_holder=$file_name
|
||||||
b_print_next_line='true'
|
b_print_next_line='true'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue