mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Use lower case submodule paths
Lowercase the Go and Mustache bundle paths to be consistent with all others.
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user