Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6bf1895

Browse files
Update rakelib/test.rake
Co-authored-by: Jeff Matthews <matthews.jeffery@gmail.com>
1 parent a68afc3 commit 6bf1895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/test.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace :test do
8989
puts 'Running a task to find unused _includes'.magenta
9090
includes = Dir['src/_includes/**/*']
9191
puts "The project contains a total of #{includes.size} includes"
92-
puts "Let's see how many are unused..."
92+
puts "The following includes are not linked:"
9393
Dir['src/**/*.{md,html}'].each do |file|
9494
# Exclude symmlinks
9595
next if File.symlink? file

0 commit comments

Comments
 (0)