fix: correct labels path in setup.sh #25

Merged
lmiranda merged 1 commits from development into main 2025-12-15 22:09:33 +00:00
Showing only changes of commit c73e4c4794 - Show all commits

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"