Commit c4ff3d05 authored by Jesse Haka's avatar Jesse Haka

remove :

parent 7062cd57
......@@ -114,7 +114,7 @@ func (i *Instances) InstanceExistsByProviderID(ctx context.Context, providerID s
return false, err
}
_, err := servers.Get(i.compute, instanceID).Extract()
_, err = servers.Get(i.compute, instanceID).Extract()
if err != nil {
if isNotFound(err) {
return false, nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment