fix: Evaluate `bench execute` args for each site by cogk [frappe] PR#27935
From: https://github.com/frappe/frappe/pull/27935
Date: 2024-09-30 14:35:31+02:00
- fix: Evaluate
bench executeargs for each site
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27935
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27935
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease