From 241a81e1fc387e2ff2d176459dc16862023cbe7e Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Wed, 6 Nov 2024 20:06:34 +0200 Subject: [PATCH] updated installer note --- apis/installer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/installer.go b/apis/installer.go index 16401c9e..04395318 100644 --- a/apis/installer.go +++ b/apis/installer.go @@ -38,7 +38,7 @@ func loadInstaller(app core.App, dashboardURL string) error { _ = launchURL(url) color.Magenta("\n(!) Launch the URL below in the browser if it hasn't been open already to create your first superuser account:") color.New(color.Bold).Add(color.FgCyan).Println(url) - color.New(color.FgHiBlack, color.Italic).Printf("(you can also create your first superuser account by running '%s superuser upsert test@example.com yourpass')\n", os.Args[0]) + color.New(color.FgHiBlack, color.Italic).Printf("(you can also create your first superuser account by running: %s superuser upsert EMAIL PASS)\n", os.Args[0]) return nil }