# File lib/fastcst/command/mail.rb, line 57 57: def run 58: @id = @repo.resolve_id(@rev, @id) 59: 60: if @id 61: md_file = @repo.find_meta_data(@id) 62: Distribution.send_changeset(md_file, @to_addr, @server, @port) 63: else 64: UI.failure :search, "Could not find a matching revision" 65: end 66: end