diff options
| author | Albin <albin@mullvad.net> | 2023-11-22 14:01:44 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-22 15:27:47 +0100 |
| commit | 2b8cd70b16c62aa9c4fa98016705ab239af1609c (patch) | |
| tree | 5a4098369c61bf675680d90431f3d1a98a52c023 /android | |
| parent | 507e5c9b482b5416e1257c612505495c9ae84797 (diff) | |
| download | mullvadvpn-2b8cd70b16c62aa9c4fa98016705ab239af1609c.tar.xz mullvadvpn-2b8cd70b16c62aa9c4fa98016705ab239af1609c.zip | |
Fix tidy manifest formatting command
Diffstat (limited to 'android')
| -rwxr-xr-x | android/scripts/tidy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/tidy.sh b/android/scripts/tidy.sh index 0372febcda..173d42d905 100755 --- a/android/scripts/tidy.sh +++ b/android/scripts/tidy.sh @@ -33,7 +33,7 @@ function format { --indent-attributes yes \ --indent-spaces 4 \ --literal-attributes yes \ - ../**/src/main/AndroidManifest.xml \ + ../**/src/*/AndroidManifest.xml \ ../lib/resource/src/main/res/anim*/*.xml \ ../lib/resource/src/main/res/drawable*/*.xml \ ../app/src/main/res/layout*/*.xml |
