kiss: Fix audit not appearing

This commit is contained in:
Dylan Araps 2020-02-18 21:25:28 +02:00
parent 290d11092a
commit 594c54ea09
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1125,7 +1125,7 @@ pkg_updates() {
su) as_root "$pull" ;;
*) "$su" git fetch
"$su" git diff > "$mak_dir/log"
"$su" git diff >> "$mak_dir/log"
"$su" git merge
esac
)