From: Anders Kaseorg Date: Tue, 20 Jan 2015 01:24:43 +0000 (-0500) Subject: rt/Scrips/zephyr.pl: Path to zwrite changed X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/commitdiff_plain/eb85c42f6bed47eba28215f525273c4506b62f51 rt/Scrips/zephyr.pl: Path to zwrite changed Signed-off-by: Anders Kaseorg --- diff --git a/rt/Scrips/zephyr.pl b/rt/Scrips/zephyr.pl index 63e36ae..36469c3 100644 --- a/rt/Scrips/zephyr.pl +++ b/rt/Scrips/zephyr.pl @@ -1,6 +1,6 @@ my $class = 'scripts-test'; my $instance_prefix = 'rt.'; -my @zwrite = ('/usr/athena/bin/zwrite', '-d', '-O', 'auto', '-c', $class); +my @zwrite = ('/usr/local/bin/zwrite', '-d', '-O', 'auto', '-c', $class); # RT-to-Zephyr notification scrip # http://snippets.scripts.mit.edu/gitweb.cgi/.git/blob/HEAD:/rt/Scrips/zephyr.pl