Merge pull request 'fix: correct labels path in setup.sh' (#25) from development into main
Reviewed-on: bandit/support-claude-mktplace#25
This commit was merged in pull request #25.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user