From 6829caf6de4c7bde569b0f99f189c2e406555404 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 31 May 2023 09:41:45 -0600 Subject: [PATCH] tsnet: remove extra wording from Store comment --- tsnet/tsnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsnet/tsnet.go b/tsnet/tsnet.go index 3c4860b44..9d7fd7e58 100644 --- a/tsnet/tsnet.go +++ b/tsnet/tsnet.go @@ -80,7 +80,7 @@ type Server struct { // If nil, a new FileStore is initialized at `Dir/tailscaled.state`. // See tailscale.com/ipn/store for supported stores. // - // Logs will automatically be uploaded to uploaded to log.tailscale.io, + // Logs will automatically be uploaded to log.tailscale.io, // where the configuration file for logging will be saved at // `Dir/tailscaled.log.conf`. Store ipn.StateStore