Removed redundant appending of -formula to the default formula path
This commit is contained in:
parent
0284e05a4e
commit
f5d39b3b57
@ -31,7 +31,7 @@ class Formula():
|
||||
if 'url' in self.formula_def:
|
||||
git_url = str(self.formula_def['url'])
|
||||
else:
|
||||
git_url = str(self.formulas_url) + str(self.formula_def['name']) + '-formula'
|
||||
git_url = str(self.formulas_url) + str(self.formula_def['name'])
|
||||
# put together the local
|
||||
local_path = str(self.formulas_dir) + '/' + str(self.formula_def['name'])
|
||||
elif isinstance(self.formula_def, str):
|
||||
|
Loading…
Reference in New Issue
Block a user