summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2021-04-04 10:43:38 -0700
committerMike Crute <mike@crute.us>2021-04-04 10:43:41 -0700
commit93957ea4103748b5a73dec813c1764bdd4a1465b (patch)
treeab606aa6f91dc096f5f00210f4d320ccd19a7448 /.gitmodules
parent01228c32afb63c884060869ba4487f67e782cc6b (diff)
downloaddotfiles-93957ea4103748b5a73dec813c1764bdd4a1465b.tar.bz2
dotfiles-93957ea4103748b5a73dec813c1764bdd4a1465b.tar.xz
dotfiles-93957ea4103748b5a73dec813c1764bdd4a1465b.zip
Fix gitmodule path
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 7a75895..0275b75 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -55,8 +55,8 @@
55[submodule ".vim/bundle/vim-nftables"] 55[submodule ".vim/bundle/vim-nftables"]
56 path = .vim/bundle/vim-nftables 56 path = .vim/bundle/vim-nftables
57 url = https://github.com/nfnty/vim-nftables 57 url = https://github.com/nfnty/vim-nftables
58[submodule "/home/mcrute/.vim/bundle/vim-bind-named"] 58[submodule ".vim/bundle/vim-bind-named"]
59 path = /home/mcrute/.vim/bundle/vim-bind-named 59 path = .vim/bundle/vim-bind-named
60 url = https://github.com/egberts/vim-syntax-bind-named.git 60 url = https://github.com/egberts/vim-syntax-bind-named.git
61[submodule "/home/mcrute/.vim/bundle/vim-undotree"] 61[submodule "/home/mcrute/.vim/bundle/vim-undotree"]
62 path = /home/mcrute/.vim/bundle/vim-undotree 62 path = /home/mcrute/.vim/bundle/vim-undotree