Use lower case submodule paths

Lowercase the Go and Mustache bundle paths to be
consistent with all others.
This commit is contained in:
Kevin Sawicki 2013-04-18 21:21:42 -07:00
parent 086c7f7133
commit b4ab10403d
3 changed files with 4 additions and 4 deletions

8
.gitmodules vendored
View File

@ -70,11 +70,11 @@
[submodule "vendor/packages/less.tmbundle"]
path = vendor/packages/less.tmbundle
url = https://github.com/mathewbyrne/less.tmbundle.git
[submodule "vendor/packages/Mustache.tmbundle"]
path = vendor/packages/Mustache.tmbundle
[submodule "vendor/packages/mustache.tmbundle"]
path = vendor/packages/mustache.tmbundle
url = https://github.com/kevinsawicki/Mustache.tmbundle.git
[submodule "vendor/packages/Go.tmbundle"]
path = vendor/packages/Go.tmbundle
[submodule "vendor/packages/go.tmbundle"]
path = vendor/packages/go.tmbundle
url = https://github.com/rsms/Go.tmbundle
[submodule "vendor/bootstrap"]
path = vendor/bootstrap