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:
parent
68f56ce8b7
commit
03fadf2c72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue