summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/project_tree_saver.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-13 12:33:13 +0200
committerJames Lopez <james@jameslopez.es>2016-05-13 12:33:13 +0200
commit25a1c6541aa3dfb41ef006d42ba280d5a1d4103d (patch)
tree5ca5419641746e035c042c9f7807b02db57e1db8 /lib/gitlab/import_export/project_tree_saver.rb
parent78cd39e480eea7db7a2e34576c9d6a4446167486 (diff)
downloadgitlab-ce-25a1c6541aa3dfb41ef006d42ba280d5a1d4103d.tar.gz
add message to notes about missing author on import
Diffstat (limited to 'lib/gitlab/import_export/project_tree_saver.rb')
-rw-r--r--lib/gitlab/import_export/project_tree_saver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/project_tree_saver.rb b/lib/gitlab/import_export/project_tree_saver.rb
index 2287524c8a5..ed8ca31d936 100644
--- a/lib/gitlab/import_export/project_tree_saver.rb
+++ b/lib/gitlab/import_export/project_tree_saver.rb
@@ -14,7 +14,7 @@ module Gitlab
File.write(full_path, project_json_tree)
true
rescue => e
- @shared.error(e.message)
+ @shared.error(e)
false
end