Skip to content

Commit 0abea01

Browse files
committed
golink: align on tailscale.com/cap naming convention
Signed-off-by: Will Norris <[email protected]>
1 parent c9212a4 commit 0abea01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golink.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ func expandLink(long string, env expandEnv) (*url.URL, error) {
562562

563563
func devMode() bool { return *dev != "" }
564564

565-
const peerCapName = "tailscale.com/golink"
565+
const peerCapName = "tailscale.com/cap/golink"
566566

567567
type capabilities struct {
568568
Admin bool `json:"admin"`

0 commit comments

Comments
 (0)