summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/sysbranchdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/sysbranchdir.py b/morphlib/sysbranchdir.py
index 827f150b..9ad1e2fd 100644
--- a/morphlib/sysbranchdir.py
+++ b/morphlib/sysbranchdir.py
@@ -47,7 +47,7 @@ class SystemBranchDirectory(object):
def __init__(self,
root_directory, root_repository_url, system_branch_name):
- self.root_directory = root_directory
+ self.root_directory = os.path.abspath(root_directory)
self.root_repository_url = root_repository_url
self.system_branch_name = system_branch_name