Merge pull request #167 from mcpcpc/master

kiss: remove unsupported glyph ("✓")
This commit is contained in:
dylan 2020-06-25 00:05:15 +03:00 committed by GitHub
commit 46b74d5eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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