lib/pe_build/transfer.rb in vagrant-pe_build-0.9.0 vs lib/pe_build/transfer.rb in vagrant-pe_build-0.9.1
- old
+ new
@@ -30,10 +30,10 @@
end
# Return the contents of a local or remote file.
#
# @param src [URI] The URI of the source file.
- # @raises [UnhandledURIScheme] If the URI uses an unsupported scheme.
+ # @raise [UnhandledURIScheme] If the URI uses an unsupported scheme.
# @return [String] The contents of the source file.
#
# @since 0.9.0
def self.read(src)
scheme = src.scheme