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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Dec 23, 2021
1 parent 272337c commit 90742e1
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 @@ -76,7 +76,7 @@ namespace :test do
images.delete_if { |image| File.read(file).include?(File.basename(image)) }
end

abort 'No unliked images' if images.empty?
abort 'No unlinked images' if images.empty?

images.each do |image|
puts "No links for #{image}".yellow
Expand Down

0 comments on commit 90742e1

Please sign in to comment.