diff options
Diffstat (limited to 'cmd/puppeth/ssh.go')
-rw-r--r-- | cmd/puppeth/ssh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/ssh.go b/cmd/puppeth/ssh.go index c50759606..b26ea0856 100644 --- a/cmd/puppeth/ssh.go +++ b/cmd/puppeth/ssh.go @@ -28,7 +28,7 @@ import ( "path/filepath" "strings" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/log" "golang.org/x/crypto/ssh" "golang.org/x/crypto/ssh/terminal" ) |