diff options
author | kpdecker <kpdecker@gmail.com> | 2014-08-14 12:31:01 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-08-14 12:31:01 -0500 |
commit | 85b67d7f3d6aa134be942aa1099b0938a6d36060 (patch) | |
tree | e123781c9b8037461ce1be3c05b6a494d93ab62f | |
parent | 9e3f824bf57ed7f049314853782f61d258f3c7df (diff) | |
download | handlebars.js-85b67d7f3d6aa134be942aa1099b0938a6d36060.zip handlebars.js-85b67d7f3d6aa134be942aa1099b0938a6d36060.tar.gz handlebars.js-85b67d7f3d6aa134be942aa1099b0938a6d36060.tar.bz2 |
Use public url for spec submodule
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9414214..1739275 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "spec/mustache"] path = spec/mustache - url = git@github.com:mustache/spec.git + url = git://github.com/mustache/spec.git |