General: Change all vars/functions to use underscores
This commit is contained in:
parent
01cf820822
commit
551da617ed
3 changed files with 12 additions and 12 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
print_info() {
|
||||
if [ "$TRAVIS_OS_NAME" ]; then
|
||||
info linebreak
|
||||
info linebreak
|
||||
info line_break
|
||||
info line_break
|
||||
fi
|
||||
|
||||
info title
|
||||
|
|
@ -41,9 +41,9 @@ print_info() {
|
|||
info "Users" users
|
||||
info "Birthday" birthday
|
||||
|
||||
info linebreak
|
||||
info line_break
|
||||
info cols
|
||||
info linebreak
|
||||
info line_break
|
||||
}
|
||||
|
||||
refresh_rate="on"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue