Skip to content

Commit 349cfd5

Browse files
icarthickclaude
andcommitted
fix(migration-to-aws): Update plugin path in development instructions
Fix plugin naming inconsistency in README.md development section. Changed: claude --plugin-dir ./plugins/gcp-to-aws To: claude --plugin-dir ./plugins/migration-to-aws This aligns with the plugin directory rename from gcp-to-aws to migration-to-aws, ensuring development instructions reflect the current directory structure. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent c32df72 commit 349cfd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/migration-to-aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The plugin uses state files (`.migration/[MMDD-HHMM]/`) to track migration progr
5757
To test locally:
5858

5959
```bash
60-
claude --plugin-dir ./plugins/gcp-to-aws
60+
claude --plugin-dir ./plugins/migration-to-aws
6161
```
6262

6363
## License

0 commit comments

Comments
 (0)