소스 검색

hotfix for porter run encoding error

sunguroku 5 년 전
부모
커밋
08ab81fc37
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cli/cmd/run.go

+ 1 - 0
cli/cmd/run.go

@@ -163,6 +163,7 @@ func executeRun(config *rest.Config, namespace, name string, args []string) erro
 	t := term.TTY{
 	t := term.TTY{
 		In:  os.Stdin,
 		In:  os.Stdin,
 		Out: os.Stdout,
 		Out: os.Stdout,
+		Raw: true,
 	}
 	}
 
 
 	fn := func() error {
 	fn := func() error {