diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 3bd4ecb0..cab44da2 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -1,4 +1,4 @@ -staged_files=($(git diff --staged --name-only --diff-filter=ACDRT -- auth0_flutter/darwin)) +staged_files=($(git diff --staged --name-only --diff-filter=ACDMRT -- auth0_flutter/darwin)) # Only proceed if there are staged files from the 'darwin' directory if [ ${#staged_files[@]} -eq 0 ]; then diff --git a/.github/workflows/check-symlinks.yml b/.github/workflows/check-symlinks.yml index 04242693..93b09544 100644 --- a/.github/workflows/check-symlinks.yml +++ b/.github/workflows/check-symlinks.yml @@ -25,7 +25,7 @@ jobs: run: | scripts/generate-symlinks.sh - if git diff HEAD --quiet --diff-filter=ACDRT; then + if git diff HEAD --quiet --diff-filter=ACDMRT; then echo $'\nNo changes detected in the iOS/macOS files that require updating the symlinks.' echo 'All good.' else