mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[libvirt|volume] Fix typo in image_suffix
This commit is contained in:
parent
cc1e019c32
commit
d6d03da2d4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module Fog
|
|||
private
|
||||
|
||||
def image_suffix
|
||||
retrun "img" if format_type == "raw"
|
||||
return "img" if format_type == "raw"
|
||||
format_type
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue