Skip to content

Commit 45ddb30

Browse files
Fix command execution in bump-task-version hook to use bash explicitly (#21933)
1 parent 66e0301 commit 45ddb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/hooks/bump-task-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"PreToolUse": [
44
{
55
"type": "command",
6-
"command": ".github/hooks/bump-task-version.sh",
6+
"command": "bash .github/hooks/bump-task-version.sh",
77
"timeout": 10
88
}
99
]

0 commit comments

Comments
 (0)