more refactoring - easier guessing path changes

This commit is contained in:
James Lopez 2016-04-22 12:49:37 +02:00
parent 4256743686
commit fedfba5519
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ module Gitlab
end
def project_filename
"#{@project.name}.json"
"project.json"
end
def project_json_tree

View File

@ -27,7 +27,7 @@ module Gitlab
end
def project_filename
"#{@project.name}.bundle"
"project.bundle"
end
def path_to_repo

View File

@ -19,7 +19,7 @@ module Gitlab
private
def project_filename
"#{@project.name}.wiki.bundle"
"project.wiki.bundle"
end
def path_to_repo