mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-09 06:06:12 +02:00
cmd/tailscale/cli/web: fix typo where the html template data was being
replaced instead of being appended to. Signed-off-by: Maisem Ali <maisem@tailscale.com> (cherry picked from commit 9e8a43214671695871d4a0870774451182629fdb)
This commit is contained in:
parent
8519cab83d
commit
0028a8d4d5
@ -375,7 +375,7 @@ func webHandler(w http.ResponseWriter, r *http.Request) {
|
||||
data.AdvertiseExitNode = true
|
||||
} else {
|
||||
if data.AdvertiseRoutes != "" {
|
||||
data.AdvertiseRoutes = ","
|
||||
data.AdvertiseRoutes += ","
|
||||
}
|
||||
data.AdvertiseRoutes += r.String()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user