Skip to content

Commit

Permalink
Improved subrake missing WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson committed Apr 26, 2009
1 parent 2f790c6 commit dadabd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def subrake(directories, task_name)
if (File.directory?(directory) && File.file?(File.join(directory, "Rakefile")))
system %{cd #{directory} && #{$serialized_env} #{$0} #{task_name}}
else
puts "subrake missing: " + directory
puts "warning: subrake missing: " + directory +" (this is not necessarily an error, "+directory+" may be optional)"
end
end
end
Expand Down

0 comments on commit dadabd8

Please sign in to comment.