mirror of
https://github.com/obra/superpowers.git
synced 2026-04-17 03:12:41 +00:00
Replace single quotes with escaped double quotes around
${CLAUDE_PLUGIN_ROOT} in hooks.json so the shell variable expands
correctly on Linux. Single quotes prevent variable expansion,
causing the hook to fail with 'No such file or directory'.
Closes #577