From f2945321c54b0166ff0877bdf5b274e3f02546d4 Mon Sep 17 00:00:00 2001 From: Johannes Gehrs Date: Sun, 30 Jun 2013 18:45:21 +0200 Subject: [PATCH] correct submodule path mistake --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b4b9928..90daa5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "wtformsparsleyjs/samples/static/scripts/parsleyjs"] +[submodule "wtformsparsleyjs/sample/static/scripts/parsleyjs"] path = wtformsparsleyjs/sample/static/scripts/parsleyjs url = https://github.com/guillaumepotier/Parsley.js.git