From e47d9937bca840636569470836fd9350cbd3f76a Mon Sep 17 00:00:00 2001 From: Ty Voliter Date: Wed, 22 Feb 2012 17:36:40 -0800 Subject: [PATCH] fixed submodule reference to smart auto complete --- .gitmodules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index ac94ac5166a..38ff43234e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,5 @@ path = src/thirdparty/jslint url = git@github.com:douglascrockford/JSLint.git [submodule "src/thirdparty/smart-auto-complete"] - path = src/thirdparty/smart-auto-complete - - url = https://github.com/laktek/jQuery-Smart-Auto-Complete.git + url = git@github.com:laktek/jQuery-Smart-Auto-Complete.git