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

Commit 90742e1

Browse files
committed
Fix typo
1 parent 272337c commit 90742e1

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
@@ -76,7 +76,7 @@ namespace :test do
7676
images.delete_if { |image| File.read(file).include?(File.basename(image)) }
7777
end
7878

79-
abort 'No unliked images' if images.empty?
79+
abort 'No unlinked images' if images.empty?
8080

8181
images.each do |image|
8282
puts "No links for #{image}".yellow

0 commit comments

Comments
 (0)