From b4711b0c11649470ff7c795af6bbff8222669631 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Thu, 2 Oct 2008 16:38:01 +1300 Subject: [PATCH] Call the correct msg() --- lib/CIL/Command/Init.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CIL/Command/Init.pm b/lib/CIL/Command/Init.pm index e7aa6b0..627a8fa 100644 --- a/lib/CIL/Command/Init.pm +++ b/lib/CIL/Command/Init.pm @@ -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' ); } -- 2.39.5