Skip to content

Commit 0cb0b56

Browse files
committed
Add new-line to login message
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 4cd3b8c commit 0cb0b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func runLogin(cmd *cobra.Command, args []string) error {
114114
func validateLogin(gatewayURL string, user string, pass string, timeout time.Duration, insecureTLS bool) error {
115115

116116
if len(checkTLSInsecure(gatewayURL, insecureTLS)) > 0 {
117-
fmt.Printf(NoTLSWarn)
117+
fmt.Println(NoTLSWarn)
118118
}
119119

120120
client := proxy.MakeHTTPClient(&timeout, tlsInsecure)

0 commit comments

Comments
 (0)