mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-22 12:58:37 +00:00
cli/funnel: fix comment typo (#14840)
Updates #cleanup Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
This commit is contained in:
parent
08dd4994d0
commit
8ee72cd33c
@ -19,7 +19,7 @@ import (
|
|||||||
var funnelCmd = func() *ffcli.Command {
|
var funnelCmd = func() *ffcli.Command {
|
||||||
se := &serveEnv{lc: &localClient}
|
se := &serveEnv{lc: &localClient}
|
||||||
// previously used to serve legacy newFunnelCommand unless useWIPCode is true
|
// previously used to serve legacy newFunnelCommand unless useWIPCode is true
|
||||||
// change is limited to make a revert easier and full cleanup to come after the relase.
|
// change is limited to make a revert easier and full cleanup to come after the release.
|
||||||
// TODO(tylersmalley): cleanup and removal of newFunnelCommand as of 2023-10-16
|
// TODO(tylersmalley): cleanup and removal of newFunnelCommand as of 2023-10-16
|
||||||
return newServeV2Command(se, funnel)
|
return newServeV2Command(se, funnel)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user