Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatten directory structure for git submodule inclusion. #1

Open
bgshacklett opened this issue Oct 28, 2013 · 0 comments
Open

Flatten directory structure for git submodule inclusion. #1

bgshacklett opened this issue Oct 28, 2013 · 0 comments

Comments

@bgshacklett
Copy link

It would be useful to be able to include this project as a submodule of a PowerShell configuration repository. At present, this is not possible due to the directory structure.

The command "git submodule add $uri Modules/OutlookTools" results in the following directory structure:

└───Modules
    └───OutlookTools
        └───OutlookTools

OutlookTools.psd1 and OutlookTools.psm1 end up residing too deep in the structure, and Powershell fails to recognize them. Moving these files up a directory and removing the OutlookTools subdirectory would fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant