We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c2e64 commit 95708d5Copy full SHA for 95708d5
1 file changed
step-8/step-8-install.sh
@@ -133,7 +133,7 @@ install_skill() {
133
SKILL_FILE="$SKILL_DIR/SKILL.md"
134
# Pinned to a specific commit SHA — prevents rug-pull via mutable branch ref
135
# To update: change the SHA to the new commit and update SKILL_SHA256 to match
136
- SKILL_COMMIT="81da201b8e624cf7f5c5794ab288f302470651b8"
+ SKILL_COMMIT="03c2e64d8639dff3a55552d82e99113eb6537229"
137
SKILL_URL="https://raw.githubusercontent.com/fidgetcoding/cli-maxxing/${SKILL_COMMIT}/step-8/safetycheck-skill/SKILL.md"
138
SKILL_SHA256="ea1a1b34a12618a38f1c187661aba48fff403765b81afaf1ec55834522f600e8"
139
0 commit comments