From 77ec5ecd6b70bbd2a84f07c5345c180acb5a107a Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Wed, 25 Mar 2026 23:28:17 +0900 Subject: [PATCH] Fix cache expiration according to comment 'mh+1' means 1 hour --- src/_gist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_gist b/src/_gist index 01e4ec2..9a8d48e 100644 --- a/src/_gist +++ b/src/_gist @@ -72,7 +72,7 @@ _gist() { _gist_cache_policy() { # rebuild if cache is more than a day old local -a oldp - oldp=( "$1"(mh+1) ) + oldp=( "$1"(m+1) ) (( $#oldp )) }