mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
revised create logic to default path to '/'
This commit is contained in:
parent
d4aa72ae59
commit
e7fae46361
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module Fog
|
|||
|
||||
def save
|
||||
requires :id
|
||||
data = connection.create_user(id, path).body['User']
|
||||
data = connection.create_user(id, path || '/').body['User']
|
||||
merge_attributes(data)
|
||||
true
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue