Skip to content

Commit b107213

Browse files
committed
Update documentation / TODO
1 parent 507f778 commit b107213

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tools/msu_finder.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module SiteInfo
4040
}
4141
end
4242

43-
# This class provides whatever other classes need.
43+
# This provides whatever other classes need.
4444
module Helper
4545

4646
# Prints a debug message.
@@ -764,3 +764,10 @@ def run
764764
$stdout.puts "Good bye"
765765
end
766766
end
767+
768+
=begin
769+
TODO:
770+
* Make a gem
771+
* Make it generic in order to manage different kind of patches and providers
772+
* Multithreading
773+
=end

0 commit comments

Comments
 (0)