diff --git a/composer.py b/composer.py index 60e6587..68f22bb 100644 --- a/composer.py +++ b/composer.py @@ -9,7 +9,7 @@ compose_path = config.readline() compose_path = compose_path[compose_path.find('=')+1:].strip() if compose_path[-1:] != '/': compose_path += '/' -if compose_path[1] != '/': +if compose_path[0] != '/': compose_path = f'{working_dir}/{compose_path}' exclude_containers = config.readline()