Skip to content

Commit f02c2d6

Browse files
committed
Rename tasks/ -> _tasks/
1 parent 97a5547 commit f02c2d6

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def repo_root
55
__dir__
66
end
77

8-
Dir["#{__dir__}/tasks/*.rake"].each { |f| load f }
8+
Dir["#{__dir__}/_tasks/*.rake"].each { |f| load f }
99

1010
desc "Release package"
1111
task :release do
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)