diff options
Diffstat (limited to 'lib/net/ssh/authentication/ed25519_loader.rb')
-rw-r--r-- | lib/net/ssh/authentication/ed25519_loader.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/authentication/ed25519_loader.rb b/lib/net/ssh/authentication/ed25519_loader.rb index 5699d28..e71db4b 100644 --- a/lib/net/ssh/authentication/ed25519_loader.rb +++ b/lib/net/ssh/authentication/ed25519_loader.rb @@ -14,7 +14,7 @@ rescue LoadError => e end def self.raiseUnlessLoaded(message) - raise NotImplementedError, "#{message} -- see #{ED25519_LOAD_ERROR}" unless LOADED + raise NotImplementedError, "#{message} -- see #{ERROR}" unless LOADED end end |