We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d771147 commit e5d7c69Copy full SHA for e5d7c69
Rakefile
@@ -11,4 +11,4 @@ end
11
task default: :test
12
13
path = File.expand_path(__dir__)
14
-Dir.glob("#{path}/lib/diffcrypt/tasks/**/*.rake").sort.each { |f| load f }
+Dir.glob("#{path}/lib/diffcrypt/tasks/**/*.rake").each { |f| load f }
0 commit comments