francoisvdv / lando-mutagen

A Lando plugin for running mutagen in your Lando project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync Not Started From Sub-directory

tylersatre opened this issue · comments

If lando start is run from a sub-directory the container starts up as expected, but the sync does not start. Example:

project
│   .lando.yml 
│
└───folder1
│   │   file011.txt
│   │   file012.txt
│   │
│   └───subfolder1
│       │   file111.txt
│       │   file112.txt

Running lando start in the project directory starts the sync. If it is run from project/folder1 or project/folder1/subfolder1 the container will start, but the sync will not. I know that the lando command will go up directories to find a .lando.yml file to use for configuration, it seems like this plugin isn't doing that.

Fix released in v1.0.12