From 232135543412f8e9b12aa2ebfb663a83c27e03b3 Mon Sep 17 00:00:00 2001 From: Kayn Ty Date: Fri, 12 Nov 2021 13:05:54 +0100 Subject: [PATCH] update script to several-steps-creation branch for the frontend --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 233f5af..9a7205c 100755 --- a/update.sh +++ b/update.sh @@ -86,7 +86,7 @@ fi git config --global diff.submodule log git submodule update cd funky-framadate-front -git reset --hard && git checkout master && git pull +git reset --hard && git checkout several-steps-creation && git pull cd .. cecho g "######################"