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:
authorJames Lopez <james@jameslopez.es>2016-06-13 10:37:58 +0300
committerJames Lopez <james@jameslopez.es>2016-06-13 10:37:58 +0300
commit771f73510937186130be260d11b8dbb273d45907 (patch)
tree1e228ec4c11c3f9143ea4da5df35d7148caa70e0 /lib/gitlab/import_export.rb
parente2c95c07a44349fa3831f2b8f49f7790d27c9834 (diff)
few more modifications based on comments
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 65a8fcfadd0..cb8b92ed1e8 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -20,6 +20,10 @@ module Gitlab
"project.bundle"
end
+ def config_file
+ 'lib/gitlab/import_export/import_export.yml'
+ end
+
def version_filename
'VERSION'
end