diff options
| author | pbuetow <35781042+pbuetow@users.noreply.github.com> | 2020-02-11 12:30:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 12:30:11 +0000 |
| commit | 8c2c52b6d90c7b364a1017434c6354b335954953 (patch) | |
| tree | 658b7d21408242af1e6b806f0835f1e72c40052b /internal/ssh/client/hostkeycallback.go | |
| parent | 97621ff8112b9682564c2c9b3798fe1c508fa8b3 (diff) | |
| parent | b5d034aa4f12f44a0f0c7dcaf8258753c0b85506 (diff) | |
Merge pull request #10 from snonux/master
Allow whitespaces in regexes
Diffstat (limited to 'internal/ssh/client/hostkeycallback.go')
| -rw-r--r-- | internal/ssh/client/hostkeycallback.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ssh/client/hostkeycallback.go b/internal/ssh/client/hostkeycallback.go index 7ae2396..d090d7f 100644 --- a/internal/ssh/client/hostkeycallback.go +++ b/internal/ssh/client/hostkeycallback.go @@ -11,7 +11,7 @@ import ( "time" "github.com/mimecast/dtail/internal/io/logger" - "github.com/mimecast/dtail/internal/prompt" + "github.com/mimecast/dtail/internal/io/prompt" "golang.org/x/crypto/ssh" "golang.org/x/crypto/ssh/knownhosts" |
