Merge pull request #11029 from jamestrew/plugins-hook-portable-shabang

fix: use portable shebang in plugin hooks
This commit is contained in:
Boris Cherny
2025-11-11 14:30:27 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Output the explanatory mode instructions as additionalContext
# This mimics the deprecated Explanatory output style

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Output the learning mode instructions as additionalContext
# This combines the unshipped Learning output style with explanatory functionality