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

Correct the docs for the ssh_public_key option

This commit is contained in:
Josh Kalderimis 2012-12-07 13:59:18 +13:00
parent 66a3ca69e6
commit e0d3954ade

View file

@ -12,7 +12,7 @@ module Fog
# * options<~Hash>:
# * password<~String> - Password for block
# or
# * public_key<~String> - SSH public key
# * ssh_public_key<~String> - SSH public key
# * username<~String> - Defaults to deploy
#
# ==== Returns