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

Trim "full_name" when module name has no dash #498

Merged
merged 2 commits into from
Oct 27, 2019
Merged

Trim "full_name" when module name has no dash #498

merged 2 commits into from
Oct 27, 2019

Conversation

posledov
Copy link
Contributor

@posledov posledov commented Jun 21, 2019

Pull Request (PR) description

If the module name has no dash (i.e., data['repository']['full_name'] = 'owner/module_name' ), then previous trimming will not work.
In such case we need trim 'owner/' part in the 'full_name' variable.

This Pull Request (PR) fixes the following issues

Fixes #496

If the module name has no dash (i.e., data['repository']['full_name'] = 'owner/module_name' ), then previous trimming will not work.
In such case we need trim 'owner/' part in the 'full_name' variable.
@bastelfreak
Copy link
Member

thanks for the fix!

@bastelfreak bastelfreak added the bug Something isn't working label Oct 27, 2019
@bastelfreak bastelfreak merged commit 5bfbf3c into voxpupuli:master Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

r10k, invoked by r10k::webhook, does not update the module code
2 participants