aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/amazon-ssm-agent/files/patch-agent_session_shell_shell__unix.go
blob: 7ef13858cc9fd6348374449dd08977bf1790f00d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- agent/session/shell/shell_unix.go.orig	2023-04-01 00:01:35 UTC
+++ agent/session/shell/shell_unix.go
@@ -34,7 +34,7 @@ import (
 	"github.com/aws/amazon-ssm-agent/agent/log"
 	mgsContracts "github.com/aws/amazon-ssm-agent/agent/session/contracts"
 	"github.com/aws/amazon-ssm-agent/agent/session/utility"
-	"github.com/kr/pty"
+	"github.com/creack/pty"
 )
 
 var ptyFile *os.File