Fix syntax error

This commit is contained in:
Manuel Thalmann 2024-07-15 20:19:52 +02:00
parent e1c01175df
commit 8822cee673

View file

@ -18,7 +18,7 @@ begin
git -C "$projectDir" ls-files --exclude-standard --others
end | \
rsync --files-from=/dev/stdin --exclude={.gitignore,README.md,scripts,LICENSE,valhalla.patch} "$dir/.." "$contextRoot"
end 2>&1 > /dev/null;
end &> /dev/null;
and git -C "$contextRoot" diff
end