lib/symphony/tasks/ssh.rb
changeset 3 62196065e9ea
parent 0 aef8f9f4a788
child 4 3972315383b3
--- 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 )