Skip to content

Commit 7d57df9

Browse files
authored
Update download.rb
add missing `end` in example
1 parent 7b6f5fb commit 7d57df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/sftp/operations/download.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ module Net; module SFTP; module Operations
8181
# puts "creating directory #{args[0]}"
8282
# when :finish then
8383
# puts "all done!"
84+
# end
8485
# end
8586
#
8687
# However, for more complex implementations (e.g., GUI interfaces and such)

0 commit comments

Comments
 (0)