Skip to content

Commit

Permalink
resolve bug rm in vcenter driver (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarriuni authored and Tino Vázquez committed Jun 29, 2018
1 parent ec09b65 commit 2890ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datastore_mad/remotes/vcenter/rm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ check_valid img_src, "img_src"
CDROM = "1"

begin
if !was_img_imported?(imported)
if was_img_imported?(imported)
vi_client = VCenterDriver::VIClient.new_from_datastore(ds_id)

ds = VCenterDriver::Datastore.new_from_ref(ds_ref, vi_client)
Expand Down

0 comments on commit 2890ddb

Please sign in to comment.