chore: fix typo in ts
This commit is contained in:
parent
3fa8608056
commit
e529cf3022
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ export class SystemExecutors {
|
|||
boxen(
|
||||
`Visit: http://${envMap.get('INTERNAL_IP')}:${envMap.get(
|
||||
'NGINX_PORT',
|
||||
)} to access the dashboard\n\nFind documentation and guides at: https://runtipi.io\n\nTipi is entierly written in Typescript and we are looking for contributors!`,
|
||||
)} to access the dashboard\n\nFind documentation and guides at: https://runtipi.io\n\nTipi is entierly written in TypeScript and we are looking for contributors!`,
|
||||
{
|
||||
title: 'Tipi successfully started 🎉',
|
||||
titleAlignment: 'center',
|
||||
|
|
Loading…
Add table
Reference in a new issue