Skip to content
Snippets Groups Projects
Commit 4e589280 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Move binary_archives to binary-archives

parent f58d3ba7
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class Configuration:
self.binary_archives_dir = self.parsed_yaml.get("paths", {}).get("binary_archives")
if not self.binary_archives_dir:
self.binary_archives_dir = os.path.realpath(os.path.join(self.orchestra_dotdir, "binary_archives"))
self.binary_archives_dir = os.path.realpath(os.path.join(self.orchestra_dotdir, "binary-archives"))
self.tmproot = self.parsed_yaml.get("paths", {}).get("tmproot")
if not self.tmproot:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment