From 52e1031428fa2cca3b17e6a09faca19115c9dc4c Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 4 May 2021 13:04:00 -0700 Subject: [PATCH] cmd/tailscale: gofmt From 6d10655dc3887f1a161015514a8555c175802b4d Signed-off-by: Brad Fitzpatrick --- cmd/tailscale/cli/up.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tailscale/cli/up.go b/cmd/tailscale/cli/up.go index 30edac5cb..f705fb524 100644 --- a/cmd/tailscale/cli/up.go +++ b/cmd/tailscale/cli/up.go @@ -423,8 +423,8 @@ func runUp(ctx context.Context, args []string) error { } } else { opts := ipn.Options{ - StateKey: ipn.GlobalDaemonStateKey, - AuthKey: upArgs.authKey, + StateKey: ipn.GlobalDaemonStateKey, + AuthKey: upArgs.authKey, UpdatePrefs: prefs, } // On Windows, we still run in mostly the "legacy" way that