aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-following
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-following')
-rwxr-xr-xbin/ak-following8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ak-following b/bin/ak-following
index 0446ed8..7b37be3 100755
--- a/bin/ak-following
+++ b/bin/ak-following
@@ -5,9 +5,9 @@ source $AK_LIBDIR/_ak_log
FOLLOWING="$HOME/.arching-kaos/following"
if [ -f $FOLLOWING ]
then
- cat $FOLLOWING
+ cat $FOLLOWING
else
- logit "INFO" "No following file, creating"
- touch $FOLLOWING
- echo "None found"
+ logit "INFO" "No following file, creating"
+ touch $FOLLOWING
+ echo "None found"
fi