From af75819192df0754b79385d8b74c03a14a7aed8f Mon Sep 17 00:00:00 2001 From: mayur-sose Date: Tue, 21 Jan 2025 19:01:12 +0530 Subject: [PATCH] update packages PR --- .github/update_packages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update_packages.php b/.github/update_packages.php index bec4d10b..62ae5924 100644 --- a/.github/update_packages.php +++ b/.github/update_packages.php @@ -166,7 +166,7 @@ function update_packages_yaml(string $filePath) { } // File path to the YAML configuration. -// $filePath = __DIR__ . '/../config/packages.yml'; +// $filePath = __DIR__ . '/../config/packages.yml';. $filePath = __DIR__ . '/../packages.yml'; update_packages_yaml($filePath);