diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-03-29 23:46:45 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-03-29 23:46:45 +0300 |
commit | 7e45b9def509ff28f70c28f50f5aa931f512d81b (patch) | |
tree | cba30ff5eb679f1c6426dedb5383bd401f8f8cfb /bin/ak-unfollow | |
parent | 286b71a6ead8c7234cfbc0b8ece05c8239a4f32c (diff) | |
download | arching-kaos-tools-7e45b9def509ff28f70c28f50f5aa931f512d81b.tar.gz arching-kaos-tools-7e45b9def509ff28f70c28f50f5aa931f512d81b.tar.bz2 arching-kaos-tools-7e45b9def509ff28f70c28f50f5aa931f512d81b.zip |
Further renaming
Diffstat (limited to 'bin/ak-unfollow')
-rwxr-xr-x | bin/ak-unfollow | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-unfollow b/bin/ak-unfollow index 6b9e1d6..c574b79 100755 --- a/bin/ak-unfollow +++ b/bin/ak-unfollow @@ -12,10 +12,10 @@ then then profile set repositories "$IPFS" else - logthis "IPFS problem" + ak-logthis "IPFS problem" fi else - logthis "sed didn't found $search" + ak-logthis "sed didn't found $search" fi else echo "Who to unfollow?" |