TUN-6970: Print newline when printing tunnel token

This commit is contained in:
João Oliveirinha 2022-11-24 16:03:47 +00:00
parent af59851f33
commit b0663dce33
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ func tokenCommand(c *cli.Context) error {
return err
}
fmt.Printf("%s", encodedToken)
fmt.Println(encodedToken)
return nil
}