From d0cc51b82985f295534ff68e6d36e267a35870a1 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 23 Dec 2021 01:15:48 +0100 Subject: [PATCH] fix: point to correct var --- cli/internal/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/common.go b/cli/internal/common.go index ab4372b1..13123299 100644 --- a/cli/internal/common.go +++ b/cli/internal/common.go @@ -416,7 +416,7 @@ var AutoDNSRecordFlag = &cli.BoolFlag{ Aliases: []string{"a"}, Value: false, Usage: "Automatically configure DNS records", - Destination: &StdErrOnly, + Destination: &AutoDNSRecord, } // SSHFailMsg is a hopefully helpful SSH failure message