You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the file one/two/file.txt to be copied to one/two/file.txt in my project after cloning this module with modgit.
Instead, the directory structure inside the one directory is flattened so that the file is copied to one/file.txt.
Tharsan
The text was updated successfully, but these errors were encountered:
When a module has a modman file with a glob source pattern (such as
one/*
), the directory structure inside is not copied to the target correctly.Please refer to this demo project I've setup: https://github.com/thizzle/modgit-copyissue-demo
The modman file in that module has a single line:
one/* one/
I would expect the file
one/two/file.txt
to be copied toone/two/file.txt
in my project after cloning this module with modgit.Instead, the directory structure inside the
one
directory is flattened so that the file is copied toone/file.txt
.Tharsan
The text was updated successfully, but these errors were encountered: