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 | 26fd900d5fd482c00a4d90efbd2a0776458c965f (patch) | |
| tree | 658b7d21408242af1e6b806f0835f1e72c40052b /internal/ssh/client/hostkeycallback.go | |
| parent | 6c3ddb7746c062e967b44af568077f5ce2c9ec39 (diff) | |
| parent | b0fe5dc0ebf7a25dbd8361061865ede11d582861 (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" |
