aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb
index cec2f80b14..f5d45a80a1 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -796,7 +796,7 @@ module Net
def directory?
if /\A[cp]?dir\z/.match(facts["type"])
return true
- else
+ else
return false
end
end