TUN-6970: Print newline when printing tunnel token
This commit is contained in:
parent
af59851f33
commit
b0663dce33
|
@ -783,7 +783,7 @@ func tokenCommand(c *cli.Context) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("%s", encodedToken)
|
fmt.Println(encodedToken)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue