diff --git a/front_update.sh b/front_update.sh index c9dfbf1..8812cfd 100644 --- a/front_update.sh +++ b/front_update.sh @@ -3,7 +3,7 @@ COMMAND_BUILD="build:prod:demobliss" -BRANCH="several-steps-creation" +BRANCH="master" # bash colors diff --git a/update.sh b/update.sh index 9a7205c..233f5af 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 several-steps-creation && git pull +git reset --hard && git checkout master && git pull cd .. cecho g "######################"