From: Martin Mares Date: Mon, 24 Sep 2012 19:53:57 +0000 (+0200) Subject: Maint: Fixed a stupid typo X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d331139bdbc6b2a7a1a1f318970734888324730b;p=eval.git Maint: Fixed a stupid typo --- diff --git a/maint/release b/maint/release index 450e694..f5f0eb1 100755 --- a/maint/release +++ b/maint/release @@ -23,6 +23,6 @@ $r->GenFile("README"); $r->Dispatch; if ($r->{"do_upload"}) { - system "doc/upload"; + system "maint/upload-doc"; die if $?; }