fix: correct labels path in setup.sh

Path was missing plugins/ directory prefix.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-15 17:08:58 -05:00
parent 1bd2a5031b
commit c73e4c4794

View File

@@ -171,7 +171,7 @@ setup_wikijs_structure() {
setup_labels() { setup_labels() {
log_info "Checking label taxonomy..." log_info "Checking label taxonomy..."
local labels_file="$REPO_ROOT/projman/skills/label-taxonomy/labels-reference.md" local labels_file="$REPO_ROOT/plugins/projman/skills/label-taxonomy/labels-reference.md"
if [[ -f "$labels_file" ]]; then if [[ -f "$labels_file" ]]; then
log_success "Label reference file exists" log_success "Label reference file exists"