From 2fd1e58b19694cd39f2dd4592bfb60ffa5633845 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:20:25 +0530 Subject: [PATCH] Change path --- mobile/apps/photos/ios/ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/apps/photos/ios/ci_scripts/ci_post_clone.sh b/mobile/apps/photos/ios/ci_scripts/ci_post_clone.sh index a0289d06eb..c3f77cba72 100755 --- a/mobile/apps/photos/ios/ci_scripts/ci_post_clone.sh +++ b/mobile/apps/photos/ios/ci_scripts/ci_post_clone.sh @@ -8,7 +8,7 @@ set -e echo "🚀 Starting post-clone setup..." # Navigate to the Flutter project root -cd ../../../ # Adjust path based on your structure +cd ../../ # Adjust path based on your structure # Install Flutter echo "📦 Installing Flutter..."