Skip to content

Commit

Permalink
[build/screenshots] Rename nws2txt.py in nws_to_txt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PiaNumworks authored and MarcNumworks committed Apr 25, 2024
1 parent b9f0c26 commit 5db26eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion build/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ init_git_pre_push_hook() {
setup_nws_diff_converter() {
# Convert .nws to .txt when displaying diff
echo "*.nws diff=nws" >> .git/info/attributes
git config diff.nws.textconv "python3 build/screenshots/nws2txt.py"
git config diff.nws.textconv "python3 build/screenshots/nws_to_txt.py"
}

install_binary_deps
Expand Down

0 comments on commit 5db26eb

Please sign in to comment.