Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/vsphere: remove incorrect getSnapshot pattern #4920
Conversation
davecheney
added some commits
Mar 30, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 8ab7303
into
juju:master
Mar 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedMar 30, 2016
Updates LP 1563628
The
env = env.getSnapshot()pattern was wrong. It provided the same guarentee asAnd was just as incorrect. This was spotted with a recent addition to
go vet.(Review request: http://reviews.vapour.ws/r/4359/)