Fix incorrect variable reference in package manager installer. The code was using `C&component.env_vars` instead of `&component.env_vars` when iterating through environment variables. This would cause compilation errors. The fix properly references the component's env_vars field when evaluating environment variable references. |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| component.rs | ||
| facade.rs | ||
| installer.rs | ||
| mod.rs | ||
| os.rs | ||
| package_manager.test.rs | ||