aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/if_changed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/if_changed.sh b/scripts/if_changed.sh
index 08ca96d..b075a97 100755
--- a/scripts/if_changed.sh
+++ b/scripts/if_changed.sh
@@ -50,11 +50,11 @@ else
;;
Firestore-xcodebuild)
- check_changes '^Firestore/(core|third_party)'
+ check_changes '^Firestore'
;;
Firestore-cmake)
- check_changes '^Firestore'
+ check_changes '^Firestore/(core|third_party)'
;;
*)