diff --git a/galenectl/galenectl.go b/galenectl/galenectl.go index a9197be..6554cdf 100644 --- a/galenectl/galenectl.go +++ b/galenectl/galenectl.go @@ -911,7 +911,7 @@ func createTokenCmd(cmdname string, args []string) { if err != nil { log.Fatalf("Create token: %v", err) } - println(location) + fmt.Println(location) } func revokeTokenCmd(cmdname string, args []string) {