summaryrefslogtreecommitdiff
path: root/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-06-14 15:21:51 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-06-26 17:49:30 +0200
commit8c850380a9908542c50c7dc1226bf99274eb48e6 (patch)
tree0e4ac145cbf35e2e08eaa116ee2605cf1be9c174 /lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb
parent171f2d97dcc508ff6031248c6f78fc8ba75e939c (diff)
downloadgitlab-ce-8c850380a9908542c50c7dc1226bf99274eb48e6.tar.gz
Add punctuation to log messages
Diffstat (limited to 'lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb')
-rw-r--r--lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb b/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb
index f85f2d90f02..05b86f32ce2 100644
--- a/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb
+++ b/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces.rb
@@ -50,7 +50,7 @@ module Gitlab
rename_namespace_dependencies(namespace, current_path, path_before_rename)
else
- say "Couldn't rename namespace from #{current_path} back to #{path_before_rename} "\
+ say "Couldn't rename namespace from #{current_path} back to #{path_before_rename}, "\
"namespace was renamed, or no longer exists at the expected path"
end
end