Skip to content

Commit

Permalink
update-helper.sh: fix meta-sdr to master in mickledore
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Aug 21, 2023
1 parent 13f9a1a commit 9373183
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifest-tools/update-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ if [ "${BRANCH}" == "langdale" ]
then
SPECIAL_SDR_BRANCH="master"
fi
if [ "${BRANCH}" == "mickledore" ]
then
SPECIAL_SDR_BRANCH="master"
fi
if [ -d "meta-sdr" ]
then
cd meta-sdr || exit
Expand Down

0 comments on commit 9373183

Please sign in to comment.