diff options
author | karenyyng <karen.yyng@gmail.com> | 2015-10-03 19:13:08 -0700 |
---|---|---|
committer | karenyyng <karen.yyng@gmail.com> | 2015-10-03 19:13:08 -0700 |
commit | e9f7d033ff04138905c99cb427e2071cc55cdc16 (patch) | |
tree | fd054d4fc9a1af278ea393918d7cf5608b1bc6ad /.gitmodules | |
parent | 79808da760eabcb3e692c88e29ea3c7c558b131d (diff) | |
download | spack-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-- | .gitmodules | 6 |
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 |