Skip to content

Commit

Permalink
Merge pull request #160 from mterron/patch-1
Browse files Browse the repository at this point in the history
Update cli.go typo
  • Loading branch information
antifuchs authored Sep 27, 2024
2 parents 8d54666 + 4954ba2 commit 1afee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (s *ValidTailnetSrv) Run(ctx context.Context) error {
"name", s.Name,
"tailscaleIPs", status.TailscaleIPs,
"listenAddr", s.ListenAddr,
"prexifes", s.AllowedPrefixes,
"prefixes", s.AllowedPrefixes,
"destURL", s.DestURL,
"plaintext", s.ServePlaintext,
"funnel", s.Funnel,
Expand Down

0 comments on commit 1afee64

Please sign in to comment.