1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[rackspace|storage] fixing example spacing

This commit is contained in:
Kyle Rames 2013-02-28 07:53:16 -06:00
parent b2c8bc27d3
commit 7f198e5382

View file

@ -29,7 +29,6 @@ service = Fog::Storage.new({
:rackspace_api_key => rackspace_api_key
})
# prompt for directory name
directory_name = get_user_input "\nEnter name of directory to create"