diff options
author | James Lopez <james@jameslopez.es> | 2016-02-02 17:28:14 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-02 17:28:14 +0100 |
commit | ecb174bfeadffbccc5c5cf35b6e94b65f5fbce79 (patch) | |
tree | 8ea654ab13ec3e544950625319ab8d960a0b8ca7 /lib | |
parent | ae73e73beef078b83955bf55dcf3e07cbe5afcf5 (diff) | |
download | gitlab-ce-ecb174bfeadffbccc5c5cf35b6e94b65f5fbce79.tar.gz |
fixed move project method in migration
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/backend/shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/backend/shell.rb b/lib/gitlab/backend/shell.rb index 4c15d58d680..f751458ac66 100644 --- a/lib/gitlab/backend/shell.rb +++ b/lib/gitlab/backend/shell.rb @@ -47,7 +47,7 @@ module Gitlab # new_path - new project path with namespace # # Ex. - # mv_repository("gitlab/gitlab-ci", "randx/gitlab-ci-new.git") + # mv_repository("gitlab/gitlab-ci", "randx/gitlab-ci-new") # def mv_repository(path, new_path) Gitlab::Utils.system_silent([gitlab_shell_projects_path, 'mv-project', |