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

Commit 8d5c205

Browse files
committed
Linting
1 parent d18a032 commit 8d5c205

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 "The following includes are not linked:"
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)