diff options
author | Ryan Kavanagh <rak@debian.org> | 2016-03-03 15:40:27 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2016-03-03 15:40:27 -0500 |
commit | 4c20453cae3fc84fbb06a68ab61060f1d7876ff6 (patch) | |
tree | cd227da56c408c794604be9393e7242bd533e05d /bin | |
parent | Send from rkavanagh@cs, not rkavanag@cs (diff) |
devscripts cache has changed location; update mutt-fetchbug accordingly
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($$@) { |