Skip to content

Commit

Permalink
Add red text color for an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Mar 2, 2024
1 parent 4f06987 commit d06b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/inventory.rake
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace :atc do

transfer_source = TransferSource.find_by(path_hash: Digest::SHA256.digest(transfer_source_path))
if transfer_source.nil?
puts Rainbow("Could not find TransferSource record with path: #{transfer_source_path}")
puts Rainbow("Could not find TransferSource record with path: #{transfer_source_path}").red
next
end

Expand Down

0 comments on commit d06b388

Please sign in to comment.