Thanks for pointing that out @wale
So the issue was the upstream of the erpnext app didn’t include to search all.
Steps:
- Edit /apps/erpnext/.git/config
- Under
[remote “upstream”]
, change the linefetch
to the following:
fetch = +refs/heads/*:refs/remotes/upstream/*
- Run
bench switch-to-branch v10.x.x frappe erpnext
- Run
bench update --patch
- Done
Thanks for the help.