mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ec2] fix ready? on snapshot model
This commit is contained in:
parent
57e4bbc346
commit
2b6317bb10
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module Fog
|
|||
end
|
||||
|
||||
def ready?
|
||||
@status == 'completed'
|
||||
state == 'completed'
|
||||
end
|
||||
|
||||
def save
|
||||
|
|
Loading…
Reference in a new issue