Commit 1c95057c authored by Antoine Catton's avatar Antoine Catton

Remove useless git configuration

parent 298b664d
......@@ -41,7 +41,5 @@ class Recipe(GenericBaseRecipe):
if not os.path.exists(absolute_path):
check_call([self.options['git-binary'], 'init',
'--bare', absolute_path])
check_call([self.options['git-binary'], 'config', 'http.receivepack', 'true'],
cwd=absolute_path)
return []
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