From e838113826441bd58224ec708597eef981207c6f Mon Sep 17 00:00:00 2001 From: Sarani Mendis Date: Fri, 18 Nov 2022 11:38:41 +0530 Subject: [PATCH] Resolve path issue in ballerina-guides sample --- src/scripts/update_dev_website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/update_dev_website.py b/src/scripts/update_dev_website.py index dfff5b2..6e59da6 100644 --- a/src/scripts/update_dev_website.py +++ b/src/scripts/update_dev_website.py @@ -27,7 +27,7 @@ def main(): commit_message = 'Update Ballerina in Action samples' try: - update = commit_file('components/home-page/bal-action/working-with-data.md', updated_file, 'update-working-with-data', commit_message)[0] + update = commit_file('components/home-page/bal-action/action-bbe/working-with-data.md', updated_file, 'update-working-with-data', commit_message)[0] if update: pr_title = '[Automated] Update Ballerina in Action samples'