mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-05 13:50:51 +08:00
Fix group target
This commit is contained in:
@@ -41,9 +41,9 @@ pl_python_poetry_getsrc (char *option)
|
||||
void
|
||||
pl_python_poetry_setsrc (char *option)
|
||||
{
|
||||
chsrc_yield_source (pl_python_group);
|
||||
Source_t source = chsrc_yield_source (pl_python_group_target, option);
|
||||
if (chsrc_in_standalone_mode())
|
||||
chsrc_confirm_source();
|
||||
chsrc_confirm_source(&source);
|
||||
|
||||
char *cmd = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user