From 6adbf6cf3f8386af50ce53cee76fa95c39e15b63 Mon Sep 17 00:00:00 2001 From: Cyril David Date: Wed, 27 Jan 2021 11:09:19 -0800 Subject: [PATCH] Update internal/cli/quickstart.go Co-authored-by: Jorge L. Fatta --- internal/cli/quickstart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/quickstart.go b/internal/cli/quickstart.go index 9f651b676..2d224740f 100644 --- a/internal/cli/quickstart.go +++ b/internal/cli/quickstart.go @@ -40,7 +40,7 @@ func quickstartDownloadCmd(cli *cli) *cobra.Command { cmd := &cobra.Command{ Use: "download", - Short: "Download a specific type and tech stack for quick starts.", + Short: "Download a specific type and tech stack for quick starts", Long: `$ auth0 quickstart download --type --client-id --stack `, RunE: func(cmd *cobra.Command, args []string) error { client, err := cli.api.Client.Read(flags.ClientID)