Skip to content

Commit ec4b53c

Browse files
author
Kevin Paulisse
committed
Update comment to reflect sorting by name too
1 parent 2bf1a47 commit ec4b53c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/octocatalog-diff/catalog-diff/cli/options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def self.parse_options(argv, defaults = {})
6565
end
6666

6767
# Read in *.rb files in the 'options' directory and create classes from them.
68-
# Sort the classes according to weight and return the list of sorted classes.
68+
# Sort the classes according to weight and name and return the list of sorted classes.
6969
# @return [Array<Class>] Sorted classes
7070
def self.option_classes
7171
files = Dir.glob(File.join(File.dirname(__FILE__), 'options', '*.rb'))

0 commit comments

Comments
 (0)