From e00f179ca76598d982cf30dbbf709d74323da2df Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 11 Feb 2020 16:22:54 +0100 Subject: [PATCH] Oopsies --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index f9d0fd5..4396fd0 100755 --- a/bin/update +++ b/bin/update @@ -114,7 +114,7 @@ _check_date() { case $UPDATE_CHECK in "daily") [ $diff -lt 86400 ] && updated=1;; "weekly") [ $diff -lt 604800 ] && updated=1;; - "monthly") [$diff -lt 18748800 ] && updated=1;; + "monthly") [ $diff -lt 18748800 ] && updated=1;; esac else if [ "$new_date" = "$old_date" ] ; then