mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix pre-commit hook issue on Windows (#31648)
* Make shebang compatable with Windows * Prehook test * Undo prehook test
This commit is contained in:
parent
4ed7a7f2e0
commit
f6540e3002
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -eu
|
||||
#!/usr/bin/env sh -eu
|
||||
|
||||
# Activate pyenv and virtualenv if present, then run the specified command
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user