diff options
author | noreply@github.com <noreply@github.com> | 2019-08-14 14:59:53 +0000 |
---|---|---|
committer | noreply@github.com <noreply@github.com> | 2019-08-14 14:59:53 +0000 |
commit | cb8ea98b6248f6701b9d97b25887d60d6774b0e2 (patch) | |
tree | ed5a72155febf2c3931ea7fee35280e6ae99d344 /kiss | |
parent | 57dede61b4700d5a13a21eac818de3b3b1b4fa40 (diff) | |
parent | 4d6426eba1c57270b198d10545944231280e9950 (diff) | |
download | cpt-cb8ea98b6248f6701b9d97b25887d60d6774b0e2.tar.gz |
Merge pull request #39 from sebastianertz/kiss
kiss: Fix update arg
FossilOrigin-Name: 1d47aa1fb41d199a32250d1908655ca25a1b8478abce8e5c770a0d1aabdfd890
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -967,7 +967,7 @@ args() { ;; # Upgrade packages. - u|up|upg|upgr|upgra|upgrad|upgrade) + u|up|upd|upda|updat|update) pkg_updates ;; |