Skip to content

Commit 3d0bf7f

Browse files
author
Gabriel Monroy
committed
chore(flags): switch to DEISCTL_TUNNEL
1 parent a2cbe90 commit 3d0bf7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func setGlobalFlags(args map[string]interface{}) {
6363
if tunnel != "" {
6464
client.Flags.Tunnel = tunnel
6565
} else {
66-
client.Flags.Tunnel = os.Getenv("FLEETCTL_TUNNEL")
66+
client.Flags.Tunnel = os.Getenv("DEISCTL_TUNNEL")
6767
}
6868
}
6969

0 commit comments

Comments
 (0)