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

Commit 61da939

Browse files
committed
Editorial fix
1 parent d448e0e commit 61da939

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
@@ -86,7 +86,7 @@ namespace :test do
8686

8787
desc 'Find unused includes'
8888
task :unused_includes do
89-
puts 'Running a task to find unused images'.magenta
89+
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"
9292
puts "Let's see how many are unused..."

0 commit comments

Comments
 (0)