fix: use relative path for download script

This commit is contained in:
Shruthi Paramesh 2026-05-06 12:44:41 -07:00
parent 666803e293
commit 3a8d73feb0

View File

@ -43,7 +43,7 @@ Use these defaults unless the user specifies otherwise:
Run `download-image.sh` (located in this skill's `scripts/` directory) to download and preview the image:
```bash
bash skills/generating-images/scripts/download-image.sh \
bash scripts/download-image.sh \
--url "<image_url_from_response>" \
--id "<responseId>" \
--format "<outputFormat>" \