Replace use of git alias by actual command

This commit is contained in:
flyingscorpio@arch-desktop 2021-08-31 18:09:41 +02:00
parent 361e906250
commit a2cfb64f1b

View file

@ -95,7 +95,7 @@ aur_update() {
if [ "$unpulled" -eq 0 ]; then
echo "$(basename "$repo") is up to date"
else
git pull && git chlog -p
git pull && git log --no-merges --oneline --stat @{1}.. -p
echo -n "Update $repo? [y/N] "
read -r answer
if [ ! "$answer" = 'y' ]; then