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 bug: correct multivalue_args name #6

Merged

Conversation

mikkoi
Copy link

@mikkoi mikkoi commented Jun 29, 2023

Current behaviour causes the below error:

Attribute (push_urls) does not pass the type constraint because: Value "origin git@github.com:mikkoi/%{lc}N.git" did not pass type constraint "ArrayRef[Str]" at constructor Dist::Zilla::Plugin::Git::Init::new (defined at
[..]/Dist/Zilla/Plugin/Git/Init.pm
line 123) line 106

Current behaviour causes the below error:

Attribute (push_urls) does not pass the type constraint because: Value
"origin git\@github.com:mikkoi/%{lc}N.git" did not pass type constraint
"ArrayRef[Str]" at constructor Dist::Zilla::Plugin::Git::Init::new
(defined at
 [..]/Dist/Zilla/Plugin/Git/Init.pm
 line 123) line 106

Signed-off-by: Mikko Koivunalho <mikkoi@cpan.org>
@karenetheridge karenetheridge merged commit 629195f into karenetheridge:master Dec 30, 2023
@karenetheridge
Copy link
Owner

nice catch, thanks!

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