chore: make login message use less lines in code

pull/46/head v0.4.0
sammy 2021-05-01 16:28:31 -04:00
parent 8242e0bfc9
commit 6bb2a2f8c8
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,8 @@ function doPrompt(fail)
))
end
print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' ..
_user .. '{reset}.\n' ..
'The nice lil shell for {blue}Lua{reset} fanatics!\n'))
print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' .. _user ..
'{reset}.\n' .. 'The nice lil shell for {blue}Lua{reset} fanatics!\n'))
doPrompt()