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

Merge pull request #2758 from erjohnso/master

[google|compute] fix mismatched variable names in disk.create_snapshot
This commit is contained in:
Nat Welch 2014-03-14 15:12:23 +00:00
commit 3366aa902f

View file

@ -99,7 +99,7 @@ module Fog
requires :name
requires :zone_name
if snap_name.nil? or snap_name.empty?
if snapshot_name.nil? or snapshot_name.empty?
raise ArgumentError, 'Invalid snapshot name'
end