diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mutt-fetchbug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mutt-fetchbug b/bin/mutt-fetchbug index 7ae0c7d..93ffc58 100755 --- a/bin/mutt-fetchbug +++ b/bin/mutt-fetchbug @@ -26,7 +26,7 @@ sub search($$) { my ($btsmbox, $query) = @_; system("bts --cache-mode=mbox cache $query" - . " && ln -fs ~/.devscripts_cache/bts/$query.mbox $btsmbox"); + . " && ln -fs ~/.cache/devscripts/bts/$query.mbox $btsmbox"); } sub search_action($$@) { |