We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e40a8e commit fe8090bCopy full SHA for fe8090b
1 file changed
openclaw-skills/upload-to-clawhub.sh
@@ -51,7 +51,7 @@ if ! command -v clawhub >/dev/null 2>&1; then
51
exit 1
52
fi
53
54
-SKILL_PATH="${REPO_ROOT}/openclaw-skill/remnote"
+SKILL_PATH="${REPO_ROOT}/openclaw-skills/remnote"
55
if [[ ! -f "${SKILL_PATH}/SKILL.md" ]]; then
56
echo "Skill file not found: ${SKILL_PATH}/SKILL.md" >&2
57
0 commit comments