Skip to content

Commit caa9448

Browse files
author
Jonathan D.A. Jewell
committed
fix: correct shell expansion in justfile rsr-check
1 parent 3746fdc commit caa9448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rsr-check:
5252
@[ -d .machine_readable ] || (echo "❌ Missing .machine_readable/" && exit 1)
5353
@[ -d .bot_directives ] || (echo "❌ Missing .bot_directives/" && exit 1)
5454
@[ -f 0-AI-MANIFEST.a2ml ] || (echo "❌ Missing AI manifest" && exit 1)
55-
@[ $$(find .github/workflows -name "*.yml" | wc -l) -eq 17 ] || (echo "❌ Wrong workflow count" && exit 1)
55+
@[ $(find .github/workflows -name "*.yml" | wc -l) -eq 17 ] || (echo "❌ Wrong workflow count" && exit 1)
5656
@echo "✅ RSR compliant"
5757

5858
# Verify Hypatia and gitbot-fleet integration

0 commit comments

Comments
 (0)