update script to use mainsail beta - dropping mainsail alpha

This commit is contained in:
th33xitus
2020-07-27 11:26:22 +02:00
parent 82d76b18f0
commit fce1eb5a8c
7 changed files with 38 additions and 47 deletions

View File

@@ -133,10 +133,8 @@ print_branch(){
PRINT_BRANCH="scurve-shaping "
elif [ "$GET_BRANCH" == "dmbutyugin/scurve-smoothing" ]; then
PRINT_BRANCH="scurve-smoothing "
elif [ "$GET_BRANCH" == "Arksine/work-web_server-20200131" ]; then
PRINT_BRANCH="moonraker "
elif [ "$GET_BRANCH" == "Arksine/dev-moonraker-testing" ]; then
PRINT_BRANCH="dev-moonraker "
PRINT_BRANCH="moonraker "
else
PRINT_BRANCH="${red}----${default} "
fi