Skip to content

Commit

Permalink
Remove --repo-update flag from the pod-install script
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Dec 11, 2024
1 parent 621cb78 commit 255b634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pod-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [[ "$IS_HYBRID_APP_REPO" == "true" && "$NEW_DOT_FLAG" == "false" ]]; then
# Navigate to the OldDot repository, and run bundle install and pod install
cd Mobile-Expensify/ios
bundle install
bundle exec pod install --repo-update
bundle exec pod install
exit 0
fi

Expand Down

0 comments on commit 255b634

Please sign in to comment.