commit
1c2cf5d57f
|
@ -65,7 +65,6 @@ module Google
|
||||||
if self.upload_content_type.nil? || self.upload_content_type.empty?
|
if self.upload_content_type.nil? || self.upload_content_type.empty?
|
||||||
self.upload_content_type = 'application/octet-stream'
|
self.upload_content_type = 'application/octet-stream'
|
||||||
end
|
end
|
||||||
puts self.upload_content_type.inspect
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Close IO stream when command done. Only closes the stream if it was opened by the command.
|
# Close IO stream when command done. Only closes the stream if it was opened by the command.
|
||||||
|
|
Loading…
Reference in New Issue