diff --git a/gemstats.fish b/gemstats.fish index fe4d98f..66af230 100755 --- a/gemstats.fish +++ b/gemstats.fish @@ -48,4 +48,4 @@ echo "Views past month: " (math $user_subtotal + $user_subtotal2) echo "Views for all time: " (grep $USER $access_log | wc -l) -rm $access_log +rm -f $access_log