fix: remove unused PADDEDCELL_SKILLS_DIR env variable

The plugins.load.paths configuration is automatically updated,
so this environment variable is not needed.
This commit is contained in:
zhi
2026-03-05 11:16:40 +00:00
parent ceb17f375b
commit 259f9dc418

View File

@@ -447,7 +447,6 @@ async function configure(env) {
'export PASS_MGR_PATH="pass_mgr"',
'',
'# PaddedCell skills',
`export PADDEDCELL_SKILLS_DIR="${join(installDir, 'skills', 'paddedcell')}"`,
].join('\n');
const envFile = join(installDir, 'paddedcell.env');