From f7ec5070f8889187a2c7b35a7156c88d7ef2a006 Mon Sep 17 00:00:00 2001 From: Kenny Bastani Date: Thu, 15 Dec 2016 06:15:35 -1000 Subject: [PATCH] Updated submodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 36f114a..eef4f1a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "account-parent/functions/create-account-function"] - path = account-parent/functions/create-account-function - url = https://github.com/kbastani/create-account-function.git +[submodule "account-parent/functions/account-created-function"] + path = account-parent/functions/account-created-function + url = https://github.com/event-stream-processing-microservices/account-created-function.git [submodule "account-parent/functions/account-confirmed-function"] path = account-parent/functions/account-confirmed-function url = https://github.com/event-stream-processing-microservices/account-confirmed-function.git