Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cdd2bf6 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

build.sh: breakfast device

* and not lunch <device>
parent 18e65c2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then
        build_success=true
      fi
    elif [ "${BUILD_SUPER_IMAGE}" = true ]; then
      if lunch "${BRUNCH_DEVICE}" && mka bacon superimage; then
      if breakfast "${BRUNCH_DEVICE}" && mka bacon superimage; then
        build_success=true
      fi
    elif brunch "${BRUNCH_DEVICE}"; then