From cd56da5d85116f5d284664591dfff815c23149c9 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 6 Aug 2024 11:47:37 +0530 Subject: [PATCH] fix: changed upstream command for pot file generation --- .github/helper/update_pot_file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/helper/update_pot_file.sh b/.github/helper/update_pot_file.sh index d07d2e25..c0682779 100644 --- a/.github/helper/update_pot_file.sh +++ b/.github/helper/update_pot_file.sh @@ -22,7 +22,7 @@ git config user.name "frappe-pr-bot" echo "Setting the correct git remote..." # Here, the git remote is a local file path by default. Let's change it to the upstream repo. -git remote add upstream https://github.com/frappe/lms.git +git remote set-url upstream https://github.com/frappe/lms.git echo "Creating a new branch..." isodate=$(date -u +"%Y-%m-%d")