Skip to content

Commit

Permalink
localdata: rename EnvVarSSHXXX
Browse files Browse the repository at this point in the history
  • Loading branch information
9547 committed Sep 2, 2020
1 parent 0c8ce4c commit ea03b1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/localdata/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ const (
// EnvNameNativeSSHClient is the variable name by which user can specific use native ssh client or not
EnvNameNativeSSHClient = "TIUP_NATIVE_SSH"

// EnvNameNativeSSHPath is the variable name by which user can specific the native executable ssh binary path
EnvNameNativeSSHPath = "TIUP_NATIVE_SSH_PATH"
// EnvNameSSHPath is the variable name by which user can specific the executable ssh binary path
EnvNameSSHPath = "TIUP_SSH_PATH"

// EnvNameNativeSCPPath is the variable name by which user can specific the use native executable scp binary path
EnvNameNativeSCPPath = "TIUP_NATIVE_SCP_PATH"
// EnvNameSCPPath is the variable name by which user can specific the executable scp binary path
EnvNameSCPPath = "TIUP_SCP_PATH"

// MetaFilename represents the process meta file name
MetaFilename = "tiup_process_meta"
Expand Down

0 comments on commit ea03b1d

Please sign in to comment.