Merge branch 'master' of github.com:kisslinux/kiss

This commit is contained in:
Dylan Araps 2020-06-25 11:40:35 +03:00
commit 2f918ca372
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1189,7 +1189,7 @@ pkg_updates() {
# Display a tick if signing is enabled for this
# repository.
case $(git config merge.verifySignatures) in
true) log "$PWD" "[signed] " ;;
true) log "$PWD" "[signed] " ;;
*) log "$PWD" " " ;;
esac