diff --git a/scripts/get-webmentions.sh b/scripts/get-webmentions.sh index 935175e..afd3482 100644 --- a/scripts/get-webmentions.sh +++ b/scripts/get-webmentions.sh @@ -36,7 +36,7 @@ fetch_webmentions() { # fetch webmentions if we don't have a fresh copy already. if [ -f "$webmentions_file" ] \ - && [ "$(find "$webmentions_file" -mmin +90)" == "" ]; then + && [ "$(find "$webmentions_file" -mmin +90)" = "" ]; then echo 'Using cached webmentions' else echo 'Fetching webmentions'