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

Fix for registry sync issue #587 #588

Closed
wants to merge 1 commit into from

Conversation

shwethaumashanker
Copy link
Contributor

What changed?

The copyFile function in sync.go had a mistake in the order of arguments when calling io.Copy. The io.Copy function takes the destination writer as the first argument and the source reader as the second argument.

Why?

Since this was misconfigured the profiles outside of the registry from ~/.aws/config where not being copied

How did you test it?

dgranted registry sync locally

Potential risks

Is patch release candidate?

Link to relevant docs PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant