]> 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:18:34 +0000 (22:18 +0200)
committerPenny Leach <penny@mjollnir.org>
Tue, 21 Jul 2009 20:18:34 +0000 (22:18 +0200)
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