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

Commit

Permalink
Editorial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jan 4, 2022
1 parent d448e0e commit 61da939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/test.rake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespace :test do

desc 'Find unused includes'
task :unused_includes do
puts 'Running a task to find unused images'.magenta
puts 'Running a task to find unused _includes'.magenta
includes = Dir['src/_includes/**/*']
puts "The project contains a total of #{includes.size} includes"
puts "Let's see how many are unused..."
Expand Down

0 comments on commit 61da939

Please sign in to comment.