Skip to content

Commit fe8090b

Browse files
committed
Renamed directory with skills
1 parent 2e40a8e commit fe8090b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openclaw-skills/upload-to-clawhub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if ! command -v clawhub >/dev/null 2>&1; then
5151
exit 1
5252
fi
5353

54-
SKILL_PATH="${REPO_ROOT}/openclaw-skill/remnote"
54+
SKILL_PATH="${REPO_ROOT}/openclaw-skills/remnote"
5555
if [[ ! -f "${SKILL_PATH}/SKILL.md" ]]; then
5656
echo "Skill file not found: ${SKILL_PATH}/SKILL.md" >&2
5757
exit 1

0 commit comments

Comments
 (0)