diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 21:46:58 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 21:46:58 +0000 |
commit | 38e97d02a68e4f60ad8c78c58550eef4c53648fb (patch) | |
tree | 4e4b6d1c9d2c0d9d2c224e4c3699f1cda2444382 | |
parent | be857aaf02f19062c0214350fd7efd35c65f789e (diff) | |
download | cpt-38e97d02a68e4f60ad8c78c58550eef4c53648fb.tar.gz |
kiss: fix url
FossilOrigin-Name: 8fde8080b316e7c96d74bd2e18856d38080acf69574c5100d8f2c00b0ab8de99
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # shellcheck source=/dev/null # # This is a simple package manager written in POSIX 'sh' for use -# in KISS Linux (https://getkiss.org). +# in KISS Linux (https://k1ss.org). # # This script runs with '-ef' meaning: # '-e': Abort on any non-zero exit code. |