Skip to content

Commit 96a980e

Browse files
mschererwxiaoguang
andcommitted
Update cmd/admin.go
Co-authored-by: wxiaoguang <[email protected]>
1 parent 4b69ff8 commit 96a980e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/admin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ func runGenerateAccessToken(c *cli.Context) error {
589589
if c.Bool("raw") {
590590
fmt.Printf("%s\n", t.Token)
591591
} else {
592-
fmt.Printf("Access token was successfully created... %s\n", t.Token)
592+
fmt.Printf("Access token was successfully created: %s\n", t.Token)
593593
}
594594

595595
return nil

0 commit comments

Comments
 (0)