Commit ce01916a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #8026 from HerrBerg/master

rake:import:repos: fix exclude wiki regex for importing repositories
parents 80e944ac fc6a291a
......@@ -34,7 +34,7 @@ namespace :gitlab do
puts "Processing #{repo_path}".yellow
if path =~ /.wiki\Z/
if path =~ /\.wiki\Z/
puts " * Skipping wiki repo"
next
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment