aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_gist2
1 files changed, 1 insertions, 1 deletions
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 ))
}