mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 21:51:42 +00:00
cmd/tailscale/cli: fix typo in comment
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
a480b1baa5
commit
0c3e9722cc
@ -315,7 +315,7 @@ func runUp(ctx context.Context, args []string) error {
|
|||||||
// supports server mode, though, the transition to StateStore
|
// supports server mode, though, the transition to StateStore
|
||||||
// is only half complete. Only server mode uses it, and the
|
// is only half complete. Only server mode uses it, and the
|
||||||
// Windows service (~tailscaled) is the one that computes the
|
// Windows service (~tailscaled) is the one that computes the
|
||||||
// StateKey based on the connection idenity. So for now, just
|
// StateKey based on the connection identity. So for now, just
|
||||||
// do as the Windows GUI's always done:
|
// do as the Windows GUI's always done:
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
// The Windows service will set this as needed based
|
// The Windows service will set this as needed based
|
||||||
|
Loading…
x
Reference in New Issue
Block a user