]> mj.ucw.cz Git - eval.git/commitdiff
Maint: Fixed a stupid typo
authorMartin Mares <mj@ucw.cz>
Mon, 24 Sep 2012 19:53:57 +0000 (21:53 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 24 Sep 2012 19:53:57 +0000 (21:53 +0200)
maint/release

index 450e69410e8da2cf76732cc727e9080c01d127d1..f5f0eb1d412a526bdc820f12eb457a05fccd606f 100755 (executable)
@@ -23,6 +23,6 @@ $r->GenFile("README");
 $r->Dispatch;
 
 if ($r->{"do_upload"}) {
-       system "doc/upload";
+       system "maint/upload-doc";
        die if $?;
 }