Skip to content

Commit b0c4bb9

Browse files
committed
Fix tools/ path in list-screenshots.sh skill script
1 parent 5f83fc1 commit b0c4bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/skills/screenshot/scripts/list-screenshots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -euo pipefail
33
# List all registered screenshots from the manifest.
44
# Self-resolves repo root so it works regardless of CWD.
55
REPO_ROOT="$(git rev-parse --show-toplevel)" || { echo "Error: not in a git repository" >&2; exit 1; }
6-
node "$REPO_ROOT/tools/screenshots/scripts/list.js"
6+
node "$REPO_ROOT/_tools/screenshots/scripts/list.js"

0 commit comments

Comments
 (0)