We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b69ff8 commit 96a980eCopy full SHA for 96a980e
cmd/admin.go
@@ -589,7 +589,7 @@ func runGenerateAccessToken(c *cli.Context) error {
589
if c.Bool("raw") {
590
fmt.Printf("%s\n", t.Token)
591
} else {
592
- fmt.Printf("Access token was successfully created... %s\n", t.Token)
+ fmt.Printf("Access token was successfully created: %s\n", t.Token)
593
}
594
595
return nil
0 commit comments