mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fixed path for folder attribute model
This commit is contained in:
parent
44ddaae200
commit
f16992ee68
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ module Fog
|
|||
:parent => folder.parent.name,
|
||||
:datacenter => datacenter_name,
|
||||
:type => folder_type(folder),
|
||||
:path => folder.path.map(&:last).join('/'),
|
||||
:path => "/"+folder.path.map(&:last).join('/'),
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue