Skip to content

Commit c2bc123

Browse files
committed
Allow each_project helper to specify exact projects
1 parent a3bf0a0 commit c2bc123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run_command(command, opts={})
3636
end
3737

3838
def each_project(options = {})
39-
projects = Projects
39+
projects = options.fetch(:only, Projects)
4040
projects -= Array(options[:except])
4141

4242
projects.each do |project|

0 commit comments

Comments
 (0)