From 0cb14422cfc6a8089807323d7e9cfae7615a49f8 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 15 Jul 2019 20:36:08 +0530 Subject: [PATCH] Fix typo in install message --- install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.go b/install.go index 04c5b46..a1b201f 100644 --- a/install.go +++ b/install.go @@ -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")) }