summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-16 16:28:32 +0000
committerJames Lopez <james@jameslopez.es>2017-01-16 17:34:56 +0100
commitd4549d282d0cfd3e669305bffa487c506be35f1e (patch)
tree39602c0035476b1cf462949ee9a77fa8560a1bff /db
parentfbdd8e505a421e69c64da3db56de7bde1b9bdacb (diff)
downloadgitlab-ce-d4549d282d0cfd3e669305bffa487c506be35f1e.tar.gz
Merge branch 'fix/rc-migration-typo' into 'master'
Yet another dot git migration fix See merge request !8592
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20161226122833_remove_dot_git_from_usernames.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20161226122833_remove_dot_git_from_usernames.rb b/db/migrate/20161226122833_remove_dot_git_from_usernames.rb
index a01f7e4ed52..a0ce927161f 100644
--- a/db/migrate/20161226122833_remove_dot_git_from_usernames.rb
+++ b/db/migrate/20161226122833_remove_dot_git_from_usernames.rb
@@ -75,7 +75,7 @@ class RemoveDotGitFromUsernames < ActiveRecord::Migration
counter += 1
path = "#{base}#{counter}"
- return check_route(base, counter, path)
+ return check_routes(base, counter, path)
end
end