From 89b18f4d53e9b222bb4f6db8e80c6cf14cd292d4 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Fri, 16 Nov 2012 00:11:49 +0000 Subject: [PATCH] [Brightbox] Comments out rogue text --- lib/fog/brightbox/requests/compute/create_image.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/fog/brightbox/requests/compute/create_image.rb b/lib/fog/brightbox/requests/compute/create_image.rb index 7bc29f762..08a613526 100644 --- a/lib/fog/brightbox/requests/compute/create_image.rb +++ b/lib/fog/brightbox/requests/compute/create_image.rb @@ -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 \ No newline at end of file +end