Merge pull request #39 from sebastianertz/kiss

kiss: Fix update arg
This commit is contained in:
black 2019-08-14 14:59:54 +00:00 committed by GitHub
commit 34eb3ce3d6
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

@ -967,7 +967,7 @@ args() {
;;
# Upgrade packages.
u|up|upg|upgr|upgra|upgrad|upgrade)
u|up|upd|upda|updat|update)
pkg_updates
;;