Skip to content

Commit 06f0b00

Browse files
committed
Fix(deploy): fix set environment variables failed by ssh (#239).
Signed-off-by: Wine93 <[email protected]>
1 parent 4b65b90 commit 06f0b00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/module/module.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ func execCommand(sshClient *SSHClient,
136136
var cmd *goph.Cmd
137137
cmd, err = sshClient.Client().CommandContext(ctx, command)
138138
if err == nil {
139-
cmd.Env = []string{"LANG=en_US.UTF-8"}
140139
out, err = cmd.CombinedOutput()
141140
}
142141
}

0 commit comments

Comments
 (0)