diff -r 5ef02faaf5a5 -r 62196065e9ea lib/symphony/tasks/ssh.rb --- a/lib/symphony/tasks/ssh.rb Sat May 10 17:45:39 2014 -0700 +++ b/lib/symphony/tasks/ssh.rb Mon May 12 16:34:12 2014 -0700 @@ -88,7 +88,7 @@ ### Configurability API. ### def self::configure( config=nil ) - config = self.defaults.merge( config || {} ) + config = Symphony::Task::SSH.defaults.merge( config || {} ) @path = config.delete( :path ) @opts = config.delete( :opts ) @user = config.delete( :user )