Good day to you fellow developers,
Unfortunately, I found a bug I believe.
When I clone a (git) repository with the same name as the parent directory ( for example: /home/${user}/workspace/random/random ) and I try to run poco up ${plan} inside the deeper-random directory it will not recognize it as a git repository, and I get the following
Unexpected error: InvalidGitRepositoryError
('/home/user/workspace/random',)
Run with '-V' for more information.
with the second folder omitted.
Good day to you fellow developers,
Unfortunately, I found a bug I believe.
When I clone a (git) repository with the same name as the parent directory ( for example:
/home/${user}/workspace/random/random) and I try to runpoco up ${plan}inside the deeper-random directory it will not recognize it as a git repository, and I get the followingwith the second folder omitted.