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

Commit b3bae78c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Checkout to main branch before sync

parent 23aec649
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -136,6 +136,7 @@ sync() {
    gclient_config
    if [ -d "$chromium_dir/src" ]; then
        cd $chromium_dir/src
        git checkout main
        git fetch origin refs/tags/$chromium_version
        git reset --hard FETCH_HEAD
    fi