alajmo / mani

:robot: CLI tool to help you manage repositories
https://manicli.com
MIT License
437 stars 23 forks source link

mani sync doesn't work with remotes #84

Open cwerner1 opened 1 month ago

cwerner1 commented 1 month ago

Info

Problem / Steps to reproduce

If there are "remotes" in a mani File, then the Initial mani sync doesnt work

projects:
  example:
    path: .
    desc: A mani example

  pinto:
    path: frontend/pinto
    url: https://github.com/alajmo/pinto.git
    remotes:
      upstream: https://github.com/alajmo/pinto.git
  1. Create the mani.yml file with the project content
  2. run mani sync
  3. Result "error: chdir ... no such file or directory
cwerner1 commented 1 month ago

Is related to https://github.com/alajmo/mani/issues/62#issuecomment-1707279677

alajmo commented 4 weeks ago

Was able to reproduce, fix incoming.