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

Commit 01992e53 authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix TheMuppets sync

parent 0219fa78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ for branch in ${BRANCH_NAME//,/ }; do
      elif [[ $branch =~ oreo$ ]]; then
        themuppets_branch=lineage-15.1
        echo ">> [$(date)] Use branch $themuppets_branch on github.com/TheMuppets"
      elif [[ $branch =~ oreo$ ]]; then
      elif [[ $branch =~ pie$ ]]; then
        themuppets_branch=lineage-16.0
        echo ">> [$(date)] Use branch $themuppets_branch on github.com/TheMuppets"
      else