Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/tailscale: fix inverted flag meanings.
The flags were --no-blah for a brief time, then we switched them to --blah=true/false with a default of true, but didn't fix the boolean inversions in the code. So up was down, true was false, etc. Signed-off-by: David Anderson <danderson@tailscale.com>
- Loading branch information