diff options
Diffstat (limited to 'bin/ak-following')
-rwxr-xr-x | bin/ak-following | 2 |
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 |