]> git.mjollnir.org Git - cil.git/commitdiff
small fix to status, change to CIL::Utils->fatal rather than just fatal
authorPenny Leach <penny@mjollnir.org>
Tue, 21 Jul 2009 20:19:40 +0000 (22:19 +0200)
committerAndrew Chilton <andychilton@gmail.com>
Mon, 9 Nov 2009 03:50:13 +0000 (16:50 +1300)
lib/CIL/Command/Status.pm

index b811ec9c7f770a7687a41269b3e484a19bb2e5fd..945c22a9660936b1b8307c64180689caaed6e454 100644 (file)
@@ -34,7 +34,7 @@ sub run {
     my ($self, $cil, undef, $issue_name, $status) = @_;
 
     unless ( defined $status ) {
-        $cil->fatal("provide a status to set this issue to");
+        CIL::Utils->fatal("provide a status to set this issue to");
     }
 
     # firstly, read the issue in