diff options
author | James Lopez <james@jameslopez.es> | 2017-01-16 16:11:50 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2017-01-16 16:11:50 +0100 |
commit | 5d619ab8e598667cdfbdb5aba23eb4a63dd50af7 (patch) | |
tree | c5ed0874ddf3f554326c9132efe6ac22fc9e204f /db | |
parent | 1028b111dccada6963c6596f8330b202842dd1f5 (diff) | |
download | gitlab-ce-5d619ab8e598667cdfbdb5aba23eb4a63dd50af7.tar.gz |
fix typo, added relevant specfix/rc-migration-typo
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20161226122833_remove_dot_git_from_usernames.rb | 2 |
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 |