From 3a8d73feb0fad7a87f45401c125f653b0e372dd6 Mon Sep 17 00:00:00 2001 From: Shruthi Paramesh Date: Wed, 6 May 2026 12:44:41 -0700 Subject: [PATCH] fix: use relative path for download script --- skills/generating-images/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/generating-images/SKILL.md b/skills/generating-images/SKILL.md index b5ff191..c5d3c51 100644 --- a/skills/generating-images/SKILL.md +++ b/skills/generating-images/SKILL.md @@ -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 "" \ --id "" \ --format "" \