Compare commits

..

1 Commits

Author SHA1 Message Date
Shohei YOSHIDA cf3cbdbdb7
Merge 118705c01a into 41fb750ec0 2026-03-25 18:34:10 +09:00
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 ))
} }