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

Bugfix for UpdateDNSRecord #98

Merged
merged 2 commits into from
Dec 21, 2016
Merged

Bugfix for UpdateDNSRecord #98

merged 2 commits into from
Dec 21, 2016

Conversation

jamesog
Copy link
Contributor

@jamesog jamesog commented Dec 20, 2016

Should address #97.

If a user was trying to update a record name it would not take effect
due to the method fetching the existing name and using that.

This change will only use the existing name if one wasn't specified as
it's a required parameter for the API.

Resolves #97.
The `dns update` command didn't allow changing the record name. This
change adds this functionality.
@mwarkentin
Copy link

Looks like this fix worked: #97 (comment)

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.

None yet

2 participants