Compare commits

..

1 Commits

Author SHA1 Message Date
Shohei YOSHIDA 257bf13797
Merge 9c0e68a83b into 41fb750ec0 2026-03-25 19:29:20 +05:45
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ _gist() {
_gist_cache_policy() { _gist_cache_policy() {
# rebuild if cache is more than a day old # rebuild if cache is more than a day old
local -a oldp local -a oldp
oldp=( "$1"(m+1) ) oldp=( "$1"(mh+1) )
(( $#oldp )) (( $#oldp ))
} }