]> git.mjollnir.org Git - cil.git/commitdiff
Call the correct msg()
authorAndrew Chilton <andychilton@gmail.com>
Thu, 2 Oct 2008 03:38:01 +0000 (16:38 +1300)
committerAndrew Chilton <andychilton@gmail.com>
Thu, 2 Oct 2008 03:38:01 +0000 (16:38 +1300)
lib/CIL/Command/Init.pm

index e7aa6b03e005c04d17026bf006030df69c00a7b7..627a8fac1675188d3338c3e8c50f443799b29875 100644 (file)
@@ -61,7 +61,7 @@ sub run {
     # are we in a Git repository?
     my $VCSconfig = '';
     if ( -d '.git' ) {
-        $cil->msg( 'git repository detected, setting VCS accordingly' );
+        CIL::Utils->msg( 'git repository detected, setting VCS accordingly' );
         $VCSconfig = 'VCS: git';
         my $vcs = CIL::VCS::Factory->new( 'Git' );
     }