Commit efea5e70 authored by James Lopez's avatar James Lopez

fix typo

parent 320cd7f3
......@@ -71,7 +71,7 @@ class RemoveDotGitFromUsernames < ActiveRecord::Migration
route_exists = route_exists?(path)
Gitlab.config.repositories.storages.each_value do |storage|
if route_exists && path_exists?(path, storage)
if route_exists || path_exists?(path, storage)
counter += 1
path = "#{base}#{counter}"
......
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