Skip to content

Commit

Permalink
Remove env that should not be set by user
Browse files Browse the repository at this point in the history
TIUP_TELEMETRY_STATUS and TIUP_TELEMETRY_UUID is passed to component
by TiUP itself, and it should not be set by user, so we should NOT
list it in tiup env
  • Loading branch information
lucklove committed Dec 24, 2020
1 parent aee2af0 commit 955a25c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import (

var envList = []string{
localdata.EnvNameHome,
localdata.EnvNameTelemetryStatus,
localdata.EnvNameTelemetryUUID,
localdata.EnvNameSSHPassPrompt,
localdata.EnvNameSSHPath,
localdata.EnvNameSCPPath,
Expand Down

0 comments on commit 955a25c

Please sign in to comment.