From 7deb4340b4cce5b2555c8c7299ffa6ba2ee1b5f3 Mon Sep 17 00:00:00 2001 From: GoncaloGarcia Date: Tue, 2 Apr 2024 17:14:35 +0100 Subject: [PATCH] Format code --- cmd/cloudflared/access/cmd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cloudflared/access/cmd.go b/cmd/cloudflared/access/cmd.go index 2cfe650c..b1770f1b 100644 --- a/cmd/cloudflared/access/cmd.go +++ b/cmd/cloudflared/access/cmd.go @@ -135,8 +135,8 @@ func Commands() []*cli.Command { EnvVars: []string{"TUNNEL_SERVICE_HOSTNAME"}, }, &cli.StringFlag{ - Name: sshDestinationFlag, - Usage: "specify the destination address of your SSH server.", + Name: sshDestinationFlag, + Usage: "specify the destination address of your SSH server.", EnvVars: []string{"TUNNEL_SERVICE_DESTINATION"}, }, &cli.StringFlag{