]> mj.ucw.cz Git - checkmail.git/commitdiff
Maint: Updated path to release-prog v1.5
authorMartin Mares <mj@ucw.cz>
Wed, 5 Feb 2014 11:57:28 +0000 (12:57 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 5 Feb 2014 11:57:28 +0000 (12:57 +0100)
maint/release.pm

index 897afc94b891c8c0c61eee51d3e1490a507f91aa..c1a6abda038fefa82cc9ec6f9b3be8c3a8ab20d8 100644 (file)
@@ -359,7 +359,7 @@ sub AddUcwNotifier($) {
                print "Updating web pages\n";
                my $pkg = $s->{'PACKAGE'};
                my $ver = $s->{'VERSION'};
-               `ssh jw 'cd www && bin/release-prog $pkg $ver'`; die if $?;
+               `ssh jw 'cd web && bin/release-prog $pkg $ver'`; die if $?;
        };
 };