Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove temp manifest file after download #8478

Merged
merged 1 commit into from
Feb 25, 2019
Merged

Remove temp manifest file after download #8478

merged 1 commit into from
Feb 25, 2019

Conversation

wjun
Copy link
Contributor

@wjun wjun commented Feb 22, 2019

Fixes #6093
[full ci]

@wjun wjun requested a review from a team as a code owner February 22, 2019 08:42
os.Remove(manifestFileName)
}
}()
defer os.Remove(manifestFileName)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would the manifestFile ever be used after the FetchImageManifest function?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it will not.

@wjun wjun merged commit 6e8e62d into vmware:master Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants