Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-12 21:03:04 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-12 21:03:04 +0300
commit5c2f2fd2890b7efd7a63f9a371b2f795f2e9fa43 (patch)
tree473a1f9f2fc6c9d33a968218338815e2d84479af /app/models/namespace.rb
parent4d84ba43d8db6a205e79dd8cf723be7ceebf6925 (diff)
Fix CI tests
Diffstat (limited to 'app/models/namespace.rb')
-rw-r--r--app/models/namespace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/namespace.rb b/app/models/namespace.rb
index 0f61cee7888..62ef6de5db1 100644
--- a/app/models/namespace.rb
+++ b/app/models/namespace.rb
@@ -128,7 +128,7 @@ class Namespace < ActiveRecord::Base
gitlab_shell.add_namespace(path_was)
if any_project_has_container_registry_tags?
- raise Exception.new('namespace cannot be moved, because at least one project has tags in container registry')
+ raise Exception.new('Namespace cannot be moved, because at least one project has tags in container registry')
end
if gitlab_shell.mv_namespace(path_was, path)