fix: use portable shebang in plugin hooks
Replace #!/bin/bash with #!/usr/bin/env bash for better portability across systems 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
84b97165dd
commit
3af8ef29be
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Output the explanatory mode instructions as additionalContext
|
# Output the explanatory mode instructions as additionalContext
|
||||||
# This mimics the deprecated Explanatory output style
|
# This mimics the deprecated Explanatory output style
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Output the learning mode instructions as additionalContext
|
# Output the learning mode instructions as additionalContext
|
||||||
# This combines the unshipped Learning output style with explanatory functionality
|
# This combines the unshipped Learning output style with explanatory functionality
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue