mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ibm] Typo, assignment instead of equality, made some tests incorrectly pass
This commit is contained in:
parent
424dca5186
commit
fa5777c833
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module Fog
|
|||
|
||||
def modify_instance(instance_id, options={})
|
||||
response = Excon::Response.new
|
||||
if params['state'] = 'restart'
|
||||
if params['state'] == 'restart'
|
||||
if instance_exists? instance_id
|
||||
self.data[:instances][instance_id]["status"] = "8"
|
||||
self.data[:instances][instance_id]["keyName"] = key_name
|
||||
|
|
Loading…
Add table
Reference in a new issue