Skip to content

Commit 5adc3c1

Browse files
authored
Merge pull request #6 from Wosiu6/update-git-hook
fix git hook command
2 parents b9583fe + 1db16e0 commit 5adc3c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ ${#resx_files[@]} -eq 0 ]; then
2626
fi
2727

2828
# Build the command string
29-
command="dotnet resx-sorter sort"
29+
command="dotnet resxsort -f"
3030
for file in "${resx_files[@]}"; do
3131
command+=" $file"
3232
done

0 commit comments

Comments
 (0)