mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Comments out rogue text
This commit is contained in:
parent
a71334f482
commit
89b18f4d53
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ module Fog
|
|||
class Brightbox
|
||||
class Real
|
||||
# Create a new image for the account by registering it against an image stored within the Brightbox cloud image library.
|
||||
|
||||
The disk image must be in place before you can attempt to create a reference in the API.
|
||||
#
|
||||
# The disk image must be in place before you can attempt to create a reference in the API.
|
||||
#
|
||||
# @param [Hash] options
|
||||
# @option options [String] :source Filename of the image file uploaded to /incoming via FTP
|
||||
|
@ -26,4 +26,4 @@ The disk image must be in place before you can attempt to create a reference in
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue