Fix typo in install message

This commit is contained in:
Kailash Nadh 2019-07-15 20:36:08 +05:30
parent 180f05ac08
commit 0cb14422cf
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func install(app *App, qMap goyesql.Queries) {
}
logger.Printf("Setup complete")
logger.Printf(`Run the program view it at %s`, ko.String("app.address"))
logger.Printf(`Run the program and access the dashboard at %s`, ko.String("app.address"))
}