mirror of
https://github.com/obra/superpowers
synced 2026-07-10 20:54:29 +00:00
ad716b8d1b
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