Skip to content

Commit 32f91ac

Browse files
committed
fix: update skill update command to use correct repository path
1 parent 03a5f86 commit 32f91ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • skills/eval-driven-dev/resources

skills/eval-driven-dev/resources/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set -u
1313

1414
echo "=== Updating skill ==="
15-
npx skills update yiouli/pixie-qa -g -y && npx skills update yiouli/pixie-qa -p -y || {
15+
npx skills update github/awesome-copilot --skill eval-driven-dev -g -y && npx skills update github/awesome-copilot --skill eval-driven-dev -p -y || {
1616
echo "(skill update failed — proceeding with existing version)"
1717
}
1818

0 commit comments

Comments
 (0)