Skip to content

Commit

Permalink
Update internal/cli/quickstart.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge L. Fatta <[email protected]>
  • Loading branch information
cyx and jfatta authored Jan 27, 2021
1 parent 100d9b3 commit 6adbf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/quickstart.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <type> --client-id <client-id> --stack <stack>`,
RunE: func(cmd *cobra.Command, args []string) error {
client, err := cli.api.Client.Read(flags.ClientID)
Expand Down

0 comments on commit 6adbf6c

Please sign in to comment.