Skip to content

Commit

Permalink
Merge pull request #415 from akutz/bugfix/sio-xcli-typo
Browse files Browse the repository at this point in the history
ScaleIO Executor Typo
  • Loading branch information
akutz authored Feb 14, 2017
2 parents 5881f91 + 7764f97 commit d80acc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/storage/scaleio/executor/scaleio_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ func (d *driver) getInstanceID() (*types.InstanceID, error) {
}

out, err := exec.Command(d.drvCfg, "--query_guid").CombinedOutput()
if err != nil {
return nil, err
}
if err != nil {
return nil, goof.WithError("error getting sdc guid", err)
}
Expand Down

0 comments on commit d80acc5

Please sign in to comment.