Skip to content

Commit

Permalink
find path containing a wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Jun 2, 2018
1 parent 8374749 commit 0429b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ namespace :svn do

# checkout/update svn repositories
svn = ASF::Config.get(:svn)
svn = Array(svn).find {|path| String === path and path.end_with? '/*'}
if svn.instance_of? String and svn.end_with? '/*'
Dir.chdir File.dirname(svn) do
require 'uri'
Expand Down

0 comments on commit 0429b62

Please sign in to comment.