From: <jh...@us...> - 2010-12-18 08:23:43
|
Revision: 233 http://etch.svn.sourceforge.net/etch/?rev=233&view=rev Author: jheiss Date: 2010-12-18 08:23:37 +0000 (Sat, 18 Dec 2010) Log Message: ----------- Fix typo in previous commit Modified Paths: -------------- trunk/client/etchclient.rb Modified: trunk/client/etchclient.rb =================================================================== --- trunk/client/etchclient.rb 2010-12-18 08:22:20 UTC (rev 232) +++ trunk/client/etchclient.rb 2010-12-18 08:23:37 UTC (rev 233) @@ -123,7 +123,7 @@ end end - if !File.readable(@key) + if !File.readable?(@key) @key = nil end if !@key This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |