summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorkarenyyng <karen.yyng@gmail.com>2015-10-03 19:13:08 -0700
committerkarenyyng <karen.yyng@gmail.com>2015-10-03 19:13:08 -0700
commite9f7d033ff04138905c99cb427e2071cc55cdc16 (patch)
treefd054d4fc9a1af278ea393918d7cf5608b1bc6ad /.gitmodules
parent79808da760eabcb3e692c88e29ea3c7c558b131d (diff)
downloadspack-e9f7d033ff04138905c99cb427e2071cc55cdc16.tar.gz
spack-e9f7d033ff04138905c99cb427e2071cc55cdc16.tar.bz2
spack-e9f7d033ff04138905c99cb427e2071cc55cdc16.tar.xz
spack-e9f7d033ff04138905c99cb427e2071cc55cdc16.zip
make sure submodule is added in the correct location
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 1d770f415b..d5995e8e4b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "/lib/spack/spack/util/python_recipe_parser"]
- path = /lib/spack/spack/util/python_recipe_parser
- url = https://github.com/karenyyng/spack_python_package_parser
+[submodule "lib/spack/spack/util/python_recipe_parser"]
+ path = lib/spack/spack/util/python_recipe_parser
+ url = git@github.com:karenyyng/spack_python_package_parser.git