gitnexus 1.6.4-rc.83 → 1.6.4-rc.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/setup.js +1 -1
- package/package.json +1 -1
package/dist/cli/setup.js
CHANGED
|
@@ -547,7 +547,7 @@ async function installOpenCodeSkills(result) {
|
|
|
547
547
|
try {
|
|
548
548
|
const installed = await installSkillsTo(skillsDir);
|
|
549
549
|
if (installed.length > 0) {
|
|
550
|
-
result.configured.push(`OpenCode skills (${installed.length} skills → ~/.config/opencode/
|
|
550
|
+
result.configured.push(`OpenCode skills (${installed.length} skills → ~/.config/opencode/skills/)`);
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
553
|
catch (err) {
|
package/package.json
CHANGED