1
0
Fork 0
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:
David Wittman 2013-01-25 22:42:57 -06:00
parent cc1e019c32
commit d6d03da2d4

View file

@ -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