summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-20 08:58:43 +0200
committerJames Lopez <james@jameslopez.es>2016-06-20 08:58:43 +0200
commitcee2a2dc66a16695fad28657d6649e861a3c1be8 (patch)
tree8950ae98600f1d9b594d8154c502253dcdfcb904 /lib
parent98cede7ebeae9dac994b35b66be6aab14eb932b3 (diff)
downloadgitlab-ce-cee2a2dc66a16695fad28657d6649e861a3c1be8.tar.gz
fixed a couple of errors spotted in production
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/import_export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 624c1766024..4ea7a592c2f 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -21,7 +21,7 @@ module Gitlab
end
def config_file
- 'lib/gitlab/import_export/import_export.yml'
+ File.join(Rails.root, 'lib/gitlab/import_export/import_export.yml')
end
def version_filename