Fix missing string
This commit is contained in:
parent
2b9167e889
commit
35a01ac462
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ printinfo () {
|
|||
# info "Resolution" resolution
|
||||
# info "Battery" battery
|
||||
# info "Local IP" localip
|
||||
# info "Public IP" public
|
||||
# info "Public IP" publicip
|
||||
# info "Birthday" birthday
|
||||
# info "Song" song
|
||||
|
||||
|
|
2
fetch
2
fetch
|
@ -59,7 +59,7 @@ printinfo () {
|
|||
# info "Battery" battery
|
||||
# info "Song" song
|
||||
# info "Local IP" localip
|
||||
# info "Public IP" public
|
||||
# info "Public IP" publicip
|
||||
# info "Birthday" birthday
|
||||
|
||||
info linebreak
|
||||
|
|
Loading…
Reference in a new issue