Cask: address @reitermarkus's comments

This commit is contained in:
L. E. Segovia 2019-10-03 20:16:01 +00:00
parent 70c49809fe
commit 1ddafee614
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5

View File

@ -365,7 +365,7 @@ module Cask
trashable, untrashable = paths.partition(&:writable?)
unless untrashable.empty?
opoo "These files cannot be moved to the user's Trash:"
puts untrashable
$stderr.puts untrashable
end
result = command.run!("/usr/bin/swift", args: [TRASH_SCRIPT, *trashable])