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

fix mismatched variable names in disk.create_snapshot

This commit is contained in:
Eric Johnson 2014-03-13 13:17:02 +00:00
parent 68f56ce8b7
commit 03fadf2c72

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