summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-05-06 12:52:33 -0700
committerMike Crute <crutem@amazon.com>2019-05-06 12:52:33 -0700
commit73c2ef5ac4c9e25aa6e497215818c82f841ae38a (patch)
treeb31dc712fbe47f1e691cd02a4bde5f3fdb16b0d6 /.gitmodules
parent479a167b6d96038eac2135bc083e230973ac6b4b (diff)
downloaddotfiles-73c2ef5ac4c9e25aa6e497215818c82f841ae38a.tar.bz2
dotfiles-73c2ef5ac4c9e25aa6e497215818c82f841ae38a.tar.xz
dotfiles-73c2ef5ac4c9e25aa6e497215818c82f841ae38a.zip
Fix module path
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 7e87e85..6e7b4cd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -43,6 +43,6 @@
43[submodule ".vim/bundle/vim-logrotate"] 43[submodule ".vim/bundle/vim-logrotate"]
44 path = .vim/bundle/vim-logrotate 44 path = .vim/bundle/vim-logrotate
45 url = https://github.com/moon-musick/vim-logrotate.git 45 url = https://github.com/moon-musick/vim-logrotate.git
46[submodule "/home/ANT.AMAZON.COM/crutem/.vim/bundle/vim-graphql"] 46[submodule ".vim/bundle/vim-graphql"]
47 path = /home/ANT.AMAZON.COM/crutem/.vim/bundle/vim-graphql 47 path = .vim/bundle/vim-graphql
48 url = https://github.com/jparise/vim-graphql.git 48 url = https://github.com/jparise/vim-graphql.git