We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9583fe + 1db16e0 commit 5adc3c1Copy full SHA for 5adc3c1
1 file changed
git/pre-commit
@@ -26,7 +26,7 @@ if [ ${#resx_files[@]} -eq 0 ]; then
26
fi
27
28
# Build the command string
29
-command="dotnet resx-sorter sort"
+command="dotnet resxsort -f"
30
for file in "${resx_files[@]}"; do
31
command+=" $file"
32
done
0 commit comments