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

ensuring trailing slash to the registry url before removing #884

Merged
merged 1 commit into from
May 29, 2018

Conversation

ashwinik001
Copy link
Collaborator

During add registry url step, we make sure the url ends with a trailing slash (even if it was not supplied by the user) and store the same updated value to the local registry urls list.

But while removing the same, we do not ensure the same. And thus if the user has not supplied a trailing slash to the url, the url is never removed from the local registry urls list. And it silently outputs Ok.

Closes #883

Copy link
Member

@matteofigus matteofigus left a comment

Choose a reason for hiding this comment

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

Great work thanks @dopeddude

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.

2 participants