aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2016-03-03 15:40:27 -0500
committerRyan Kavanagh <rak@debian.org>2016-03-03 15:40:27 -0500
commit4c20453cae3fc84fbb06a68ab61060f1d7876ff6 (patch)
treecd227da56c408c794604be9393e7242bd533e05d /bin
parentSend from rkavanagh@cs, not rkavanag@cs (diff)
devscripts cache has changed location; update mutt-fetchbug accordingly
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mutt-fetchbug2
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($$@) {