aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-following
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-03-29 23:46:45 +0300
committerkaotisk <kaotisk@arching-kaos.org>2023-03-29 23:46:45 +0300
commit7e45b9def509ff28f70c28f50f5aa931f512d81b (patch)
treecba30ff5eb679f1c6426dedb5383bd401f8f8cfb /bin/ak-following
parent286b71a6ead8c7234cfbc0b8ece05c8239a4f32c (diff)
downloadarching-kaos-tools-7e45b9def509ff28f70c28f50f5aa931f512d81b.tar.gz
arching-kaos-tools-7e45b9def509ff28f70c28f50f5aa931f512d81b.tar.bz2
arching-kaos-tools-7e45b9def509ff28f70c28f50f5aa931f512d81b.zip
Further renaming
Diffstat (limited to 'bin/ak-following')
-rwxr-xr-xbin/ak-following2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-following b/bin/ak-following
index b333e50..02ed85e 100755
--- a/bin/ak-following
+++ b/bin/ak-following
@@ -4,7 +4,7 @@ if [ -f $FOLLOWING ]
then
cat $FOLLOWING
else
- logthis "No following file, creating"
+ ak-logthis "No following file, creating"
touch $FOLLOWING
echo "None found"
fi