Fix direction of the patch

This commit is contained in:
Manuel Thalmann 2024-06-18 22:19:12 +02:00
parent 56cde86b1e
commit ceaf897b50

View file

@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. ./template-path.sh;
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch} .. "$(templatePath)" \
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch} "$(templatePath)" .. \
| tee "valhalla.patch";
popd > /dev/null;