lib/takelage/info/status/git.rb in takelage-0.32.4 vs lib/takelage/info/status/git.rb in takelage-0.33.1
- old
+ new
@@ -11,10 +11,10 @@
root = config.active['project_root_dir']
if root.chomp.empty?
log.error 'Cannot determine project root directory'
- log.info 'Is there a Rakefile in the project root directory?'
+ log.warn 'Is there a Rakefile in the project root directory?'
return false
end
unless git_check_workspace(root)
log.error 'Project root directory is not a git workspace'