mirror of
https://github.com/smxi/inxi.git
synced 2025-01-31 18:12:21 +00:00
fine tuned wording
This commit is contained in:
parent
3e3b8dd196
commit
ec6eaec97c
2
inxi
2
inxi
|
@ -4312,7 +4312,7 @@ print_repo_data()
|
|||
fi
|
||||
# check file name, if different, update the holder for print out
|
||||
if [[ $file_name != $file_name_holder ]];then
|
||||
repo_full="${C1}Active repos in $REPO_FILE_ID file:${C2} $file_name"
|
||||
repo_full="${C1}Active $REPO_FILE_ID in file:${C2} $file_name"
|
||||
file_name_holder=$file_name
|
||||
b_print_next_line='true'
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue