Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: fix msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 24, 2021
1 parent 8360e07 commit 2454d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kiss
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ pkg_update_repo() {
contains "$repos" "$PWD" || {
repos="$repos $PWD"

log "$PWD" ""
log "$PWD" " "

am_owner "$PWD" || {
printf 'Need "%s" to update\n' "$user"
Expand Down Expand Up @@ -1787,7 +1787,7 @@ args() {
s|search) for pkg do pkg_find "$pkg" all; done ;;
u|update) pkg_update ;;
U|upgrade) pkg_upgrade ;;
v|version) printf '5.5.19\n' ;;
v|version) printf '5.5.20\n' ;;

'')
log 'kiss [a|b|c|d|i|l|r|s|u|v] [pkg]...'
Expand Down

0 comments on commit 2454d9c

Please sign in to comment.