Commit fedfba55 authored by James Lopez's avatar James Lopez

more refactoring - easier guessing path changes

parent 42567436
......@@ -25,7 +25,7 @@ module Gitlab
end
def project_filename
"#{@project.name}.json"
"project.json"
end
def project_json_tree
......
......@@ -27,7 +27,7 @@ module Gitlab
end
def project_filename
"#{@project.name}.bundle"
"project.bundle"
end
def path_to_repo
......
......@@ -19,7 +19,7 @@ module Gitlab
private
def project_filename
"#{@project.name}.wiki.bundle"
"project.wiki.bundle"
end
def path_to_repo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment